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' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -