Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 Ram |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Not sure what you mean by "rendering".
assuming that what you want to do is to create an Excel pivot table you need to look at the excel object model: either use the pivot table wizard or use ADO to create a pivot cache. I have not done this from C# but its fairly straightforward from VBA. regards Charles ______________________ Decision Models FastExcel Version 2 now available. www.DecisionModels.com/FxlV2WhatsNew.htm "Rami" wrote in message ... 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 advance Rami |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Printing Charts Excel 2003/2007 - Rendering Problems | Excel Discussion (Misc queries) | |||
How to export a Chemdraw rendering from excel to word? | Excel Discussion (Misc queries) | |||
Pivot Table Question - KIND of UrgentTh | Excel Discussion (Misc queries) | |||
Summary Report (OLAP kind) | Charts and Charting in Excel | |||
Excel - Rendering ASCII via ASP/JScript | Charts and Charting in Excel |