Hi, I have a xlxs template with dynamic data that I export to excel.
The problem is I didn't find any way excel recognize cell data-type, I mean when I click on excel cell it displays not Generic data-type but number or date for example
This is my template:
<row>
{{#each ../data.TableHeaderMapper}}
<c t="inlineStr">
<is>
<t>{{getTd ../this this}}</t>
</is>
</c>
{{/each}}
</row>
B
Posts made by bstornext
-
xlxs template - cell data-type is not defined by Excell