https://bz.apache.org/bugzilla/show_bug.cgi?id=68245
Bug ID: 68245
Summary: Unable to autosize columns since 5.2.4
Product: POI
Version: unspecified
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: XSSF
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
I'm using
> for (short i = 0; i < Math.max(rowZero.getLastCellNum(), 0); i++)
> sheet.autoSizeColumn(i);
on a XSSF Sheet to autosize all columns.
This works perfectly with poi up to version 5.2.3.
In version 5.2.4 and 5.2.5 the columns are not autosized in the resulting
Excel.
Do I have to add some code since 5.2.4 in order to get this working?
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]