Skip to content

Commit ab7ff57

Browse files
Merge branch 'hotfix/hotfix-v33.1.44' into 1018267-pv-hf
2 parents 99967c2 + 869cc1e commit ab7ff57

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

Document-Processing-toc.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6662,6 +6662,9 @@
66626662
<li>
66636663
<a href="/document-processing/excel/excel-library/net/faqs/does-xlsio-autofit-row-and-column-sizes-based-on-images">Does XlsIO autofit row and column sizes based on images?</a>
66646664
</li>
6665+
<li>
6666+
<a href="/document-processing/excel/excel-library/net/faqs/does-xlsio-change-pivottable-column-widths-on-data-refresh">Does XlsIO change PivotTable column widths on data refresh?</a>
6667+
</li>
66656668
<li>
66666669
<a href="/document-processing/excel/excel-library/net/faqs/does-xlsio-auto-adjust-chart-axis-minimum-and-maximum-values">Does XlsIO auto-adjust chart axis minimum and maximum values?</a>
66676670
</li>
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: PivotTable column width changes on refresh | Syncfusion
3+
description: This page explains whether Syncfusion XlsIO changes the PivotTable column widths on data refresh using Syncfusion .NET Excel library (XlsIO).
4+
platform: document-processing
5+
control: XlsIO
6+
documentation: UG
7+
---
8+
9+
# Does XlsIO change PivotTable column widths on data refresh?
10+
11+
Yes. As per Microsoft Excel behavior, the column widths in PivotTables are automatically modified when the data source is refreshed.
12+
13+
Whenever a PivotTable’s data source is edited, Microsoft Excel automatically refreshes the PivotTable. During this refresh operation, Excel recalculates and adjusts the column widths based on the updated content in the data source.
14+
15+
Syncfusion XlsIO follows the same behavior as Microsoft Excel.

0 commit comments

Comments
 (0)