Date deviation problem #3149
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
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sheetjs/sheetjs#3149
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?
When sheetJS reads Excel, using this method,
XLSX.read(data, {type: 'binary', cellDates: true});
it is found that the converted date is inaccurate
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 least0.20.0
.If it does affect newer releases, please share a sample file so we can take a closer look.