From 25796396b98bc3eb9006a3042777cbb539fbfba7 Mon Sep 17 00:00:00 2001 From: VinothSF5015 Date: Tue, 5 May 2026 23:55:26 +0530 Subject: [PATCH] 9999928 - Content Added --- Document-Processing-toc.html | 3 +++ ...ossible-to-modify-the-pivot-table-cell-values.md | 13 +++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 Document-Processing/Excel/Excel-Library/NET/faqs/is-it-possible-to-modify-the-pivot-table-cell-values.md diff --git a/Document-Processing-toc.html b/Document-Processing-toc.html index 26c1bfa6f..8a5cc3c22 100644 --- a/Document-Processing-toc.html +++ b/Document-Processing-toc.html @@ -6772,6 +6772,9 @@
  • How to merge cells preserving topleft value and format in XlsIO?
  • +
  • + Is it possible to modify the pivot table cell values? +
  • diff --git a/Document-Processing/Excel/Excel-Library/NET/faqs/is-it-possible-to-modify-the-pivot-table-cell-values.md b/Document-Processing/Excel/Excel-Library/NET/faqs/is-it-possible-to-modify-the-pivot-table-cell-values.md new file mode 100644 index 000000000..293aa72c2 --- /dev/null +++ b/Document-Processing/Excel/Excel-Library/NET/faqs/is-it-possible-to-modify-the-pivot-table-cell-values.md @@ -0,0 +1,13 @@ +--- +title: Is it possible to modify the pivot table cell values? | Syncfusion +description: Pivot table cells are read-only. To change values update the pivot's source data (the underlying range or table). XlsIO follows Excel. +platform: document-processing +control: XlsIO +documentation: UG +--- + +# Is it possible to modify the pivot table cell values? + +Pivot table cells are read-only in Microsoft Excel. To change the values shown in a pivot table you must update the pivot's source data (for example, the underlying range or data table) and then refresh the pivot table. + +XlsIO follows the same behavior as Excel and does not support editing pivot table cell values directly. Modify the source data and refresh the pivot table to see updated values. \ No newline at end of file