Skip to content

Commit d03c9c2

Browse files
992873-FAQColumnWidth
1 parent 73a2d5d commit d03c9c2

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 automatically changes the column widths in PivotTables when the data source is refreshed 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)