in reply to Re: Color highlighting in Excel
in thread Color highlighting in Excel
<workbook> <worksheet> <loop name="data"> <row> <if name="highlight_this"> <format bgcolor="purple"> <cell><var name="something" /></cell> </format> </if> <if name="highlight_this" is="false"> <cell><var name="something" /></cell> </if> </row> </loop> </worksheet> </workbook>
|
|---|