3
votes

From my .net web application, I need to generate a pivot table in excel file using Open XML SDK. I tried to use Microsoft.Office.Interop.Excel, but it was giving me error while I run it on IIS. Please help me to do this using Open XML SDK.

1

1 Answers

2
votes

there is some info from MS on Pivot with OpenXML:

http://msdn.microsoft.com/en-us/library/gg278324.aspx