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

monz...@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
            Version|3.8-FINAL                   |3.12-dev
         Resolution|WORKSFORME                  |---

--- Comment #3 from monz...@gmail.com ---
This bug recurs in 3.12.

Using the previously-attached POI_error_in_column_deletes class, I created a
batch file comprising the following commands:

set c1=poi-3.12-20150511.jar
set c2=POI_error_in_column_deletes
del %c2%.class
del testDeleteColumns.xls
javac -cp %c1% %c2%.java
java -cp %c1%; %c2%

The result is a new .xls file whose columns read 'ACE', instead of the proper
output of 'ADE'.

The java version running is 1.8.0_60. The POI version is 3.12-20150511.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to