Changing the Layout of Pivot Table with Golang via C++
Contents
[
Hide
]
Microsoft Excel allows you to change the Layout of Pivot Table using PivotTable Tools > Design > Report Layout menu commands. You can change the Layout in these three forms:
- Show in Compact Form
- Show in Outline Form
- Show in Tabular Form
Aspose.Cells also provides PivotTable.ShowInCompactForm(), PivotTable.ShowInOutlineForm(), and PivotTable.ShowInTabularForm() methods to change the layout of pivot table in these three forms.
The following sample code first shows the Pivot Table in Compact Form, then it shows the Pivot Table in Outline Form, and lastly, it shows the Pivot Table in Tabular Form.