<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[SVG Image in XLSX Recipe]]></title><description><![CDATA[<p>Is it possible to use SVGs in XLSX? I've tried various combinations and the SVG never loads in the spreadsheet, just the red X. A PNG in the same format(s) works without issue.</p>
<pre><code>{{#xlsxAddImage &quot;logo&quot; &quot;sheet1.xml&quot; 0 0 2 2}}
{{svgLogo}}}
{{/xlsxAddImage}}
</code></pre>
<p>and</p>
<pre><code>{{#xlsxAddImage &quot;logo&quot; &quot;sheet1.xml&quot; 0 0 2 2}}
{{#asset svgLogo.svg @encoding=base64}}
{{/xlsxAddImage}}
</code></pre>
]]></description><link>https://forum.jsreport.net/topic/2217/svg-image-in-xlsx-recipe</link><generator>RSS for Node</generator><lastBuildDate>Sat, 13 Jun 2026 15:11:56 GMT</lastBuildDate><atom:link href="https://forum.jsreport.net/topic/2217.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 30 Nov 2021 22:01:42 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to SVG Image in XLSX Recipe on Invalid Date]]></title><description><![CDATA[<p>Is it possible to use SVGs in XLSX? I've tried various combinations and the SVG never loads in the spreadsheet, just the red X. A PNG in the same format(s) works without issue.</p>
<pre><code>{{#xlsxAddImage &quot;logo&quot; &quot;sheet1.xml&quot; 0 0 2 2}}
{{svgLogo}}}
{{/xlsxAddImage}}
</code></pre>
<p>and</p>
<pre><code>{{#xlsxAddImage &quot;logo&quot; &quot;sheet1.xml&quot; 0 0 2 2}}
{{#asset svgLogo.svg @encoding=base64}}
{{/xlsxAddImage}}
</code></pre>
]]></description><link>https://forum.jsreport.net/post/9657</link><guid isPermaLink="true">https://forum.jsreport.net/post/9657</guid><dc:creator><![CDATA[Scott-SCC]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to SVG Image in XLSX Recipe on Invalid Date]]></title><description><![CDATA[<p>I'm afraid only the png images are currently supported.</p>
]]></description><link>https://forum.jsreport.net/post/9658</link><guid isPermaLink="true">https://forum.jsreport.net/post/9658</guid><dc:creator><![CDATA[jan_blaha]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to SVG Image in XLSX Recipe on Invalid Date]]></title><description><![CDATA[<p>Thank you for the quick response!</p>
]]></description><link>https://forum.jsreport.net/post/9659</link><guid isPermaLink="true">https://forum.jsreport.net/post/9659</guid><dc:creator><![CDATA[Scott-SCC]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>