leading zeroes for xls templates

Last updated
Was this helpful?
Was this helpful?
<style type="text/css">
.kielsCoolCustomFormat{
mso-number-format: "0000";
}
</style>
<table>
<tbody>
<tr>
<td class="kielsCoolCustomFormat">100</td>
</tr>
</tbody>
</table><table>
<tbody>
<tr>
<td>=TEXT("100", "0000")</td>
</tr>
</tbody>
</table>
<lineitemsSOQL>
<class>table249</class>
<column>id</column>
<column>name</column>
<column prefix=" " >ordernumber__c</column>
<soql>select id, name, ordernumber__c from opportunity</soql>
</lineitemsSOQL>
}}-->