https://issues.apache.org/bugzilla/show_bug.cgi?id=48229
Summary: Javadoc for HSSFSheet setWidth is incorrect
Product: POI
Version: 3.5-FINAL
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: minor
Priority: P2
Component: HSSF
AssignedTo: [email protected]
ReportedBy: [email protected]
The current javadoc reads:
Throws:
java.lang.IllegalArgumentException - if width > 65536 (the maximum column
width in Excel)
----
The actual maximum column width in Excel is 255, not 256.
http://office.microsoft.com/en-us/excel/HA101375451033.aspx
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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]