Skip to content

How to specify data type in html using attribute html  #3444

Closed
@PouriaSeyfi

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions