You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2003/05/15 19:02:07 UTC

DO NOT REPLY [Bug 19961] New: - [PATCH] Sheet.getColumnWidth() returns wrong value

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19961>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19961

[PATCH] Sheet.getColumnWidth() returns wrong value

           Summary: [PATCH] Sheet.getColumnWidth() returns wrong value
           Product: POI
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: HSSF
        AssignedTo: poi-dev@jakarta.apache.org
        ReportedBy: lloydj@us.ibm.com


Sheet.getColumnWidth() returns the value of the next column to the right with an
explicitly set column width, when querying the width of a column using the
default. This is because of an incorrect condition to test is a column is within
a certain range. I will attach a patch containing the fix.