[FR] allow --nodim as CLI flag #3257

Open
opened 2024-11-15 22:39:39 +00:00 by hkardos · 0 comments

In version 0.19.1, the nodim option was added as a ParsingOption but there is currently no way to set this flag if using the tool from the command line. If possible, this should be a flag set from the command line like

npx xlsx-cli <file> -o <output_file> --nodim
In [version 0.19.1](https://git.sheetjs.com/sheetjs/sheetjs/commit/51a861900092bfc01b2fa9960d4c932dcbeb6925), the `nodim` option was added as a `ParsingOption` but there is currently no way to set this flag if using the tool from the command line. If possible, this should be a flag set from the command line like ``` npx xlsx-cli <file> -o <output_file> --nodim ```
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sheetjs/sheetjs#3257
No description provided.