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 2017/03/17 01:34:20 UTC

[Bug 53309] Adding image to header

https://bz.apache.org/bugzilla/show_bug.cgi?id=53309

--- Comment #3 from Greg Woolsey <gw...@apache.org> ---
Just looked into this for a requirement.  Examining a file created by Excel
2016 with an image in the header, I see it is _still_ using a 

<legacyDrawingHF r:id="rId#"/> 

tag and related VML reference for header images, even though VML has been
deprecated since the beginning of the OOXML specs.  There is only limited
support for these relations in POI at the moment, and no clean way to do what
this issue wants.  It will require some new XSSF code to cleanly manage the
image and relations, and getting the VML right will likely be a matter of
hard-coding some text and limiting the flexibility for now.

Not worth my time atm, maybe later if no one else finds it an interesting and
worthwhile problem.

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