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

           Summary: cloneSheet() gives an "Error file: data may have been
                    lost" in Excel 2003 or higher
           Product: POI
           Version: 3.5-FINAL
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HSSF
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Hi all :) 

I use a xls file as template and I need to copy a sheet and filling with data.
Following code:

HSSFSheet familyNameSheet = workBook.cloneSheet(2);

gives following error:

"Error file: data may have been lost"

when I try to open xls file with Microsoft Excel 2003 or higher.

OpenOffice opens file correctly.

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