Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Document-Processing-toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -6772,6 +6772,9 @@
<li>
<a href="/document-processing/excel/excel-library/net/faqs/how-to-merge-cells-preserving-topleft-value-and-format-in-xlsio">How to merge cells preserving topleft value and format in XlsIO?</a>
</li>
<li>
<a href="/document-processing/excel/excel-library/net/faqs/is-it-possible-to-modify-the-pivot-table-cell-values">Is it possible to modify the pivot table cell values?</a>
</li>
</ul>
</li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
@@ -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.