customFormat attribute in handlebar for xlsx recipe
-
What is the attribute for custom format in jsreport xlsx recipe
As i want to fill the column with some color format.
My XML for my sample template looks like
-<sheetData><row r="1" x14ac:dyDescent="0.25" customFormat="1" s="1"/>
<row r="2" x14ac:dyDescent="0.25" customFormat="1" s="1"/>
<row r="3" x14ac:dyDescent="0.25" customFormat="1" s="1"/>
<row r="4" x14ac:dyDescent="0.25" customFormat="1" s="1"/>
<row r="5" x14ac:dyDescent="0.25" customFormat="1" s="1"/>
<row r="6" x14ac:dyDescent="0.25" customFormat="1" s="1"/>
<row r="7" x14ac:dyDescent="0.25" customFormat="1" s="1"/>
<row r="8" x14ac:dyDescent="0.25" customFormat="1" s="1"/>
<row r="9" x14ac:dyDescent="0.25" customFormat="1" s="1"/>
<row r="10" x14ac:dyDescent="0.25" customFormat="1" s="1"/>
<row r="11" x14ac:dyDescent="0.25" customFormat="1" s="1"/>
<row r="12" x14ac:dyDescent="0.25" customFormat="1" s="1"/>
<row r="13" x14ac:dyDescent="0.25" customFormat="1" s="1"/>
<row r="14" x14ac:dyDescent="0.25" customFormat="1" s="1"/>
</sheetData>
but customFormat= " " is not working in my handlers
Is there any alternate name for this
-
@bjrmatos any idea on this thread?
-
hi @Yugam-Gogia , i have no clue, where did you find about the
customFormat
attribute? i can not see any reference to it in the Office XML description. if you want to apply some conditional color, is this example not working for you?