Setting Pivot Table Option - For Empty Cells Show
Contents
[
Hide
]
You can set different pivot table options using Aspose.Cells for Python via .NET. One such option is “For empty cells show”. By setting this option, all empty cells in a pivot table are displayed as a specified string.
How to Set Pivot Table Option in Microsoft Excel
To find and set this option in Microsoft Excel:
- Select a pivot table and right-click.
- Select PivotTable Options.
- Select the Layout & Format tab.
- Select the For empty cells show option and specify a string.
How to Set Pivot Table Option Using Aspose.Cells for Python Excel Library
Aspose.Cells for Python via .NET provides the PivotTable.display_null_string and PivotTable.null_string properties for setting the “For empty cells show” pivot table option.