This is bug? XLSX.load func don't work. #262
Labels
No Label
DBF
Dates
Defined Names
Features
Formula
HTML
Images
Infrastructure
Integration
International
ODS
Operations
Performance
PivotTables
Pro
Protection
Read Bug
SSF
SYLK
Style
Write Bug
good first issue
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sheetjs/sheetjs#262
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
My Node.js application use your XLSX module by overriding.
And I have to local format setting by using SSF.load('yyyy-mm-dd', 14) function call..
But I faced problem...
When I set XLS.SSF.load('yyyy-mm-dd',14), table_fmt is correctly work.
But When I set XLSX.SSF.load('yyyy-mm-dd', 14), table_fmt is not work.
and get_table() functions return is not my custom table_fmt setting.
I use version XLSX - 0.7.9
Waiting your response..
please feedback about this problem : (
We're standardizing overriding the date format 14 with a special
dateNF
option. In retrospect, the problem with manually overriding the table is that technically the old value is correct (the issue lies in the user display, not in the underlying style)