Skip to content

Should not enforce template data types #19

@gagarwa

Description

@gagarwa

The library enforces template data types ("The value must be compatible with the cell type (numeric, boolean or text)." However, Excel itself does not enforce cell data types, and throws no error if the data doesn't match the selected type.

The library should not enforce the types provided by the template, and set the format of the cell and the value separately. Let the application handle any conflicts. This is especially important b/c data is more important than the format of a cell in most scenarios.

This can also be a configurable option, so apps can disable the strict data type enforcement.

Metadata

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