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 2009/02/12 10:06:12 UTC

DO NOT REPLY [Bug 46704] New: There is no way to add an image to Header/Footer

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: dev@poi.apache.org
        ReportedBy: Maksym_Symonov@epam.com


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


DO NOT REPLY [Bug 46704] There is no way to add an image to Header/Footer

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46704

dave.sprague@trintech.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #25192|0                           |1
        is obsolete|                            |

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


DO NOT REPLY [Bug 46704] There is no way to add an image to Header/Footer

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46704

--- Comment #2 from dave.sprague@trintech.com 2010-03-26 21:08:53 UTC ---
Created an attachment (id=25192)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25192)
Trintech examples

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


DO NOT REPLY [Bug 46704] There is no way to add an image to Header/Footer

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46704





--- Comment #1 from Yegor Kozlov <ye...@dinom.ru>  2009-02-24 00:51:45 PST ---
Header and footer pictures are attached in a different way. Excel seems to
store this data in the Header / Footer Picture Record (866h) which is not yet
supported. 
I'm going to look into it but now sure how soon.

Regards,
Yegor

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