-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
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
Labels
No labels