OpenXML / EPPlus - Create PivotCache in .Net
I'm hoping this could help me, at least, answer one of the 2 questions I asked here , but I am looking how to create a PivotCache in EPPlus / OpenXML and can't find anything online / in their documentation that shows how to do it. So, suposing I have one Excel sheet, wksRawData created in EPPlus and I want to create a second sheet with a pivot table based upon the pivot cache of wksRawData.Cells(wksRawData.Dimension.Address) - In the hopes that then I could delete wksRawData but still keep the pivot table. How would I do that? So far, my code for creating the pivot table in my second worksheet