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

           Summary: Workbook cloneSheet()
           Product: POI
           Version: 3.2-FINAL
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: major
          Priority: P2
         Component: HSSF
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


Created an attachment (id=22906)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22906)
Excel with cloned sheet and image error

The Methode cloneSheet of the HSSFWorkbook-Object is not working well. If there
are images in the original Sheet, the cloned Sheet has not a copy of this
image. 
There is a placeholder for this image place (red cross: The
picture cannot be displayedÂ…) but nothing else.


Example: 
HSSFWorkbook wb = new
HSSFWorkbook(this.getClass().getClassLoader().getResourceAsStream("myfile.xls"));
wb.cloneSheet(0);


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