NPOI Version
2.7.5
File Type
Upload the Excel File
Doesn't matter
Reproduce Steps
- Open a workbook using .NET Framework 4.8 and NPOI version 2.7.5.
- Call void AutoSizeColumn(int column) on all columns.
- Save workbook using void Write(Stream stream, bool leaveOpen = false);
- Open Excel file
Issue Description
Only the second column is resized; all other columns in all tested files remain unchanged.
