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 2015/09/14 03:51:00 UTC

[Bug 53877] POI 3.8 error attempting to program a "delete columns" capability

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

monzarc@gmail.com changed:

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

--- Comment #3 from monzarc@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-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org