Changing the Layout of Pivot Table with Golang via C++
Contents
[
Hide
]
Microsoft Excel allows you to change the layout of a 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 the Pivot Table in these three forms.
The following sample code first shows the Pivot Table in Compact Form, then shows it in Outline Form, and finally shows it in Tabular Form.