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

           Summary: There is no way to add an image to Header/Footer
           Product: POI
           Version: 3.2-FINAL
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HSSF
        AssignedTo: [email protected]
        ReportedBy: [email protected]


There is HSSFFooter.PICTURE_FIELD in HSSFFooter, which has a sequence field
"&G", that assumes that picture is someway attached to the proper section of
footer/header and should be displayed by Excel. But the only way of attaching
image to worksheet is patriarch.createPicture method which has HSSFClientAnchor
parameter. HSSFClientAnchor supposes that image can be attached to cell(s), but
there is no way to add it to header/footer section.


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