On Mon, 15 Sep 2008, Thorsten Bux wrote:
i tried to get the width of a column with the sheet.getColumnWidth(0) method. If the column width in excel is bigger than a specific size (i think bigger 127 / 890px) then the method sheet.getColumnWidht(0) returns a negative value.
Probably a unsigned 16 bit vs signed 16 bit issue. Probably best if you create a new bug on bugzilla, and upload a simple test case that shows it up.
Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
