https://issues.apache.org/bugzilla/show_bug.cgi?id=53873

          Priority: P2
            Bug ID: 53873
          Assignee: [email protected]
           Summary: Setting wrap in a cell via POI 3.8 does not wrap when
                    Excel 2010 reads the file. Works in POI 3.7.
          Severity: normal
    Classification: Unclassified
          Reporter: [email protected]
          Hardware: PC
            Status: NEW
           Version: 3.8
         Component: HSSF
           Product: POI

Created attachment 29377
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=29377&action=edit
POI 3.8 wrap error java source code

The attached sample program: (a) creates a new HSSF Workbook with one sheet and
100 cells, (b) sets cell F6 to a wrap style, (c) stores a long string into F6,
and (d) saves the workbook to wraptest.xls. Excel 2010 is then used to read
wraptest.xls. If the program is compiled with POI 3.7 on the CLASSPATH, Excel
2010 correctlly wraps cell F6. With POI 3.8 on the CLASSPATH instead, Excel
2010 does not wrap cell F6.

-- 
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]

Reply via email to