Date deviation problem #3149

Open
opened 2024-07-11 02:34:47 +00:00 by Kerwin · 1 comment

When sheetJS reads Excel, using this method,

XLSX.read(data, {type: 'binary', cellDates: true});

it is found that the converted date is inaccurate

When sheetJS reads Excel, using this method, XLSX.read(data, {type: 'binary', cellDates: true}); it is found that the converted date is inaccurate
Owner

As explained in https://docs.sheetjs.com/docs/csf/features/dates, date and time support was overhauled in version 0.20.0. Please log the version number (e.g. XLSX.version) and confirm it is at least 0.20.0.

If it does affect newer releases, please share a sample file so we can take a closer look.

As explained in https://docs.sheetjs.com/docs/csf/features/dates, date and time support was overhauled in version `0.20.0`. Please log the version number (e.g. `XLSX.version`) and confirm it is at least `0.20.0`. If it does affect newer releases, please share a sample file so we can take a closer look.
Sign in to join this conversation.
No Milestone
No Assignees
2 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#3149
No description provided.