From c190d46620165a0e7d2c1ba1a98050b50a667a26 Mon Sep 17 00:00:00 2001 From: VinothSF5015 Date: Thu, 14 May 2026 15:51:55 +0530 Subject: [PATCH] 998567 - Content Added --- ...io-show-blank-for-empty-pivot-table-values.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Document-Processing/Excel/Excel-Library/NET/faqs/does-xlsio-show-blank-for-empty-pivot-table-values.md diff --git a/Document-Processing/Excel/Excel-Library/NET/faqs/does-xlsio-show-blank-for-empty-pivot-table-values.md b/Document-Processing/Excel/Excel-Library/NET/faqs/does-xlsio-show-blank-for-empty-pivot-table-values.md new file mode 100644 index 000000000..ab4ba8872 --- /dev/null +++ b/Document-Processing/Excel/Excel-Library/NET/faqs/does-xlsio-show-blank-for-empty-pivot-table-values.md @@ -0,0 +1,16 @@ +--- +title: Does XlsIO Show "(Blank)" for Empty Pivot Table Values? | Syncfusion +description: This Faq explains how XlsIO handles empty or null values in PivotTable cells, showing "(blank)" similar to Microsoft Excel behavior. +platform: document-processing +control: XlsIO +documentation: UG +--- + +# Does XlsIO Show "(Blank)" for Empty Pivot Table Values? + +Yes. XlsIO follows the same behavior as Microsoft Excel when displaying empty or null values in PivotTable cells. Both Microsoft Excel and XlsIO display the text "(blank)" for empty string or null values in the data source when viewing the PivotTable. + +This is expected behavior and aligns with how Excel natively handles PivotTables. The “(blank)” entry appears when the underlying data includes: + +- Empty strings ("") +- Null or missing values \ No newline at end of file