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

           Summary: Problems adding a new XSSFSheet before a sheet
                    containing a table
           Product: POI
           Version: 3.7
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: major
          Priority: P2
         Component: XSSF
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Created an attachment (id=26728)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26728)
original Excel 2007 file and POI output file

I created a .xlsx file contaning an Excel 2007 table in the first sheet.
Then, using POI, I opened it a created a new sheet with:
wb.createSheet("ARC")
wb.setSheetOrder("ARC", 0)
The resulting Excel file seems to be corrupted. Not only the table (now in the
second sheet) is "read-only", but deleting the first sheet ("test") also the
sheet with the table is deleted.
This bug is related only to XSSF (with .xls files and HSSF no problems).

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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