https://bz.apache.org/bugzilla/show_bug.cgi?id=58260

--- Comment #8 from Craig <[email protected]> ---
Created attachment 33013
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=33013&action=edit
stand alone program that creates an excel document with 70K rows

The code creates a single column with 70k rows. The rows are printed as strings
and numbers to mimic the code I am using where I found the issue. If you look
at the rows between 32768 and 65538 you will see that the right align
formatting does not get applied since the rows printed as strings are aligned
to the left. The rows printed as numbers are still aligned right, but that is
because of the default formatting used within excel. 

Note: I am using the following jars which will need to be added for the program
to run:
poi-3.12-20150511.jar
poi-ooxml-3.12-20150511.jar
poi-ooxml-schemas-3.12-20150511.jar
xmlbeans-2.6.0.jar

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