openxml - Creating Pivot Table in Excel using Open XML and C# -


i used store data datatable , wants create pivot table using data.

i have gone through many posts , read microsoft's documentation on creating pivot table through open xml couldn't solution. can please post code create pivot table.

thanks in advance.

install open xml sdk, contains tool called open xml sdk productivity tool.

how use it:

open excel , create file containing pivot table. save , open productivity tool. in tool option 'reflect code', way can see how create same excel using c# code.


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -