Looking at the samples that come with EPPlus I have managed to create the pivot table, but I am unable to set the correct report layout for it. I want it to be ‘tabular’, not ‘outline’ or whatever. To me it looks like EPPlus doesn’t support this now, but perhaps I’m missing something?
Share
This turned out to be way easier than I thought… By setting ‘everything’ to ‘false’ it the table rendered as Tabular. So basically:
That way I get the pivot table with tabular layout.