focJSi opened a new pull request, #954:
URL: https://github.com/apache/poi/pull/954

   Currently, adding SVGs to a XSSF Workbook is not supported.
   
   I added this feature similarly to #607 (Support SVGs in XWPF) with a basic 
test.
   Do you have any tipps / suggestions to write a better test for this feature?
   
   I have locally tried it out, generating 
[svg_sample.xlsx](https://github.com/user-attachments/files/23775300/svg_sample.xlsx).
   
   I have read 
[here](https://stackoverflow.com/questions/67666241/how-to-add-svg-image-to-xssfworkbook)
 that for full backwards compatibility, one would have to convert the SVG to a 
PNG, as Excel does it.
   From my undestanding, the same should apply to the added feature in #607, so 
I decided to give it a try and open the PR similarly. Any thoughts on this?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to