View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Rami Rami is offline
external usenet poster
 
Posts: 2
Default C# and Pivot Tables

Has any body tried using pivot tables in C#
I am trying to achieve pivot table functionality ( Rendering Row fields / Column Fields / Data fields ) in C# with Excel 2003. I have complete data in one dataset and i would like to render it on Excel similar to pivot table

Is anybody have idea how Excel renders and presents data in the form of pivot table?Are is there any articles which explain the rendering logic of pivot tables

Thanks in advanc
Rami