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

Google sheets equipment borrowing system -

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

c# - Convert type 'System.Collections.Generic.List<string>' to 'System.Collections.Generic.IList<>' -