Hi, 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 the pivotTable.SetLayout(XLPivotLayout.Tabular);
and also doing the same with each row label and each row column, but nothing seems to be working, is there something I am missing?
↧