This is bug? XLSX.load func don't work. #262

Closed
opened 2015-06-24 09:40:39 +00:00 by JohnJeong123 · 1 comment
JohnJeong123 commented 2015-06-24 09:40:39 +00:00 (Migrated from github.com)

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 : (

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 : (
SheetJSDev commented 2017-04-30 16:07:04 +00:00 (Migrated from github.com)

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)

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)
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#262
No description provided.