If I am using something like
<c>
<v>{{budgetoverride}}</v>
</c>
to add a cell to a new row in an xlsx/handlebars recipe is there any way I can define the cell format other than defaulting to 'General'? Specifically I'm after currency ($#,###.00) and Date (yyyy-mm-dd) formats
(hopefully just being dumb and missing it in the docs or examples!)
FWIW this whole spreadsheet it created on demand, we don't have a starting template, not sure if that makes any difference