How to specify data type in html using attribute html #3444
Closed
Description
During HTML to Excel conversion, it is sometimes necessary to know what date type should be used :
<table>
<tr>
<!-- boolean data type -->
<td data-type="b">1</td>
<!-- string data type -->
<td data-type="s">12345678987654321</td>
<!-- formula data type -->
<td data-type="f">=CONCAT("TEXT A ","TEXT B")</td>
</tr>
</table>
Metadata
Assignees
Labels
No labels