https://bz.apache.org/bugzilla/show_bug.cgi?id=53309
--- Comment #3 from Greg Woolsey <[email protected]> --- 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: [email protected] For additional commands, e-mail: [email protected]
