Thorsten Bux wrote:
Hi,

actually I really need this method to work. So can you tell me when
the problem would be fixed or if there is any workaround.

Assuming you've filed the bug already (one wouldn't expect it to be fixed *before* the bug report is filed), as usual with open source the quickest way to get something fixed is to fix it yourself and submit the patch.

I'll give you a start though, as Nick was more than likely right:

  - ColumnInfoRecord, make field_3_col_width an int and make
    getColumnWidth() return int.  (Have it read as a UInt16.)
  - Sheet.getColumnWidth, make that return int also, and use int for
    retval
  - HSSFSheet.getColumnWidth, make that return int also.

HTH

Daniel

PS: surely the workaround is to add 65536 if it returns a
    negative number.



--
Daniel Noll

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to