<?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[Formatting in XLSX doc]]></title><description><![CDATA[<p>It's probably a Monaco thing, so outside the realm of jsReport, but I've noticed that while the formatting for (eg) Chrome-PDF (HTML) reports works as I expect with nesting/indenting etc, the XLSX 'format document' option compacts things in a weird way...</p>
<p>If I give it something like the sample below:</p>
<pre><code>...
{{/xlsxAdd}}
{{#xlsxAddImage &quot;Client-logo&quot; &quot;sheet1.xml&quot; 0 0 1 1}}
    {#asset {{tt}}.png @encoding=base64}
{{/xlsxAddImage}}
{{#xlsxAddImage &quot;our-logo&quot; &quot;sheet1.xml&quot; pl0 0 pl1 1}}
    {#asset our-logo.png @encoding=base64}
{{/xlsxAddImage}}
{{#xlsxAdd &quot;xl/worksheets/sheet1.xml&quot; &quot;worksheet.sheetData[0].row&quot;}}
    ...
</code></pre>
<p>it squishes it down to:</p>
<pre><code>{{/xlsxAdd}} {{#xlsxAddImage &quot;Client-logo&quot; &quot;sheet1.xml&quot; 0 0 1 1}} {#asset {{tt}}.png @encoding=base64} {{/xlsxAddImage}} {{#xlsxAddImage &quot;AP-logo&quot; &quot;sheet1.xml&quot; pl0 0 pl1 1}} {#asset Audience-Precision-logo.png @encoding=base64} {{/xlsxAddImage}} {{#xlsxAdd
&quot;xl/worksheets/sheet1.xml&quot; &quot;worksheet.sheetData[0].row&quot;}}
</code></pre>
<p>not a huge issue, just makes it a little harder to read...</p>
<p>Is it worth opening a bug, or is this out of jsReport control?</p>
]]></description><link>https://forum.jsreport.net/topic/1383/formatting-in-xlsx-doc</link><generator>RSS for Node</generator><lastBuildDate>Wed, 12 Aug 2026 02:23:13 GMT</lastBuildDate><atom:link href="https://forum.jsreport.net/topic/1383.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 09 Dec 2019 23:00:32 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Formatting in XLSX doc on Invalid Date]]></title><description><![CDATA[<p>It's probably a Monaco thing, so outside the realm of jsReport, but I've noticed that while the formatting for (eg) Chrome-PDF (HTML) reports works as I expect with nesting/indenting etc, the XLSX 'format document' option compacts things in a weird way...</p>
<p>If I give it something like the sample below:</p>
<pre><code>...
{{/xlsxAdd}}
{{#xlsxAddImage &quot;Client-logo&quot; &quot;sheet1.xml&quot; 0 0 1 1}}
    {#asset {{tt}}.png @encoding=base64}
{{/xlsxAddImage}}
{{#xlsxAddImage &quot;our-logo&quot; &quot;sheet1.xml&quot; pl0 0 pl1 1}}
    {#asset our-logo.png @encoding=base64}
{{/xlsxAddImage}}
{{#xlsxAdd &quot;xl/worksheets/sheet1.xml&quot; &quot;worksheet.sheetData[0].row&quot;}}
    ...
</code></pre>
<p>it squishes it down to:</p>
<pre><code>{{/xlsxAdd}} {{#xlsxAddImage &quot;Client-logo&quot; &quot;sheet1.xml&quot; 0 0 1 1}} {#asset {{tt}}.png @encoding=base64} {{/xlsxAddImage}} {{#xlsxAddImage &quot;AP-logo&quot; &quot;sheet1.xml&quot; pl0 0 pl1 1}} {#asset Audience-Precision-logo.png @encoding=base64} {{/xlsxAddImage}} {{#xlsxAdd
&quot;xl/worksheets/sheet1.xml&quot; &quot;worksheet.sheetData[0].row&quot;}}
</code></pre>
<p>not a huge issue, just makes it a little harder to read...</p>
<p>Is it worth opening a bug, or is this out of jsReport control?</p>
]]></description><link>https://forum.jsreport.net/post/6371</link><guid isPermaLink="true">https://forum.jsreport.net/post/6371</guid><dc:creator><![CDATA[OffBeatMammal]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Formatting in XLSX doc on Invalid Date]]></title><description><![CDATA[<p>Please put this to our backlog with issues <a href="https://github.com/jsreport/jsreport" rel="nofollow">https://github.com/jsreport/jsreport</a><br />
Maybe there will be a hook in monako to avoid removing line breaks in this case</p>
]]></description><link>https://forum.jsreport.net/post/6376</link><guid isPermaLink="true">https://forum.jsreport.net/post/6376</guid><dc:creator><![CDATA[jan_blaha]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Formatting in XLSX doc on Invalid Date]]></title><description><![CDATA[<p>done, thanks Jan. very low priority (but might be applicable to the docx and pptx functionality as well over time) - <a href="https://github.com/jsreport/jsreport/issues/664" rel="nofollow">https://github.com/jsreport/jsreport/issues/664</a></p>
]]></description><link>https://forum.jsreport.net/post/6380</link><guid isPermaLink="true">https://forum.jsreport.net/post/6380</guid><dc:creator><![CDATA[OffBeatMammal]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>