I am creating a Pivot Table, and I want to put the resulting table in a tabular form to show the row labels instead of the legend "row labels" and so with the columns.
I have tried with (IXLPivotTable)
pivotTable.SetLayout(XLPivotLayout.Tabular);
pivotTable.SetLayout(XLPivotLayout.Tabular);
and also doing the same with each row label and each row and column, but nothing seems to be working, is there something I am missing?
(Image) http://i.stack.imgur.com/H0lCv.png
I have tried with (IXLPivotTable)
pivotTable.SetLayout(XLPivotLayout.Tabular);
pivotTable.SetLayout(XLPivotLayout.Tabular);
and also doing the same with each row label and each row and column, but nothing seems to be working, is there something I am missing?
(Image) http://i.stack.imgur.com/H0lCv.png