<?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[Conditional Formatting in DOCX Recipe]]></title><description><![CDATA[<p>Does anyone know how to change the font color depending on the value of data in a docx recipe?</p>
]]></description><link>https://forum.jsreport.net/topic/2453/conditional-formatting-in-docx-recipe</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Apr 2026 03:14:34 GMT</lastBuildDate><atom:link href="https://forum.jsreport.net/topic/2453.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 07 Jun 2022 16:05:46 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Conditional Formatting in DOCX Recipe on Invalid Date]]></title><description><![CDATA[<p>Does anyone know how to change the font color depending on the value of data in a docx recipe?</p>
]]></description><link>https://forum.jsreport.net/post/10602</link><guid isPermaLink="true">https://forum.jsreport.net/post/10602</guid><dc:creator><![CDATA[Paul Hepple]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Conditional Formatting in DOCX Recipe on Invalid Date]]></title><description><![CDATA[<p>You can use <code>docxStyle</code> system helper to set the color conditionally.<br />
<a href="https://jsreport.net/learn/docx#docxstyle" rel="nofollow">https://jsreport.net/learn/docx#docxstyle</a></p>
<p>example<br />
<a href="https://playground.jsreport.net/w/anon/1CYrg1Bp" rel="nofollow">https://playground.jsreport.net/w/anon/1CYrg1Bp</a></p>
]]></description><link>https://forum.jsreport.net/post/10603</link><guid isPermaLink="true">https://forum.jsreport.net/post/10603</guid><dc:creator><![CDATA[jan_blaha]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Conditional Formatting in DOCX Recipe on Invalid Date]]></title><description><![CDATA[<p>Thanks - Can you nest that inside a table?</p>
<p>I've tried</p>
<p>{{#docxTable governingBodyPolicies}} {{#docxStyle textColor=colour}}<br />
{{<a href="http://policy.name" rel="nofollow">policy.name</a>}}	{{committeeName}}	{{adoptionDateString}}	{{renewalDateString}}	{{note}}<br />
{{/docxStyle}} {{/docxTable}}</p>
<p>but the generated document is corrupted.</p>
]]></description><link>https://forum.jsreport.net/post/10604</link><guid isPermaLink="true">https://forum.jsreport.net/post/10604</guid><dc:creator><![CDATA[Paul Hepple]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Conditional Formatting in DOCX Recipe on Invalid Date]]></title><description><![CDATA[<p>It was something weird in the formatting of my template, copied it to plain text and pasted it back and it's working now.<br />
Thanks</p>
]]></description><link>https://forum.jsreport.net/post/10605</link><guid isPermaLink="true">https://forum.jsreport.net/post/10605</guid><dc:creator><![CDATA[Paul Hepple]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>