Issue while reading date format dd.mm.yyyy #3241
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#3241
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?
We are facing issue of upload error for excel file in our fiori UI5 application.
We were using format dd.mm.yyyy and dd/mm/yyyy for dates. However since 2-3 months(probable) system in producing error in date format dd.mm.yyyy while if we are using dd/mm/yyyy everything is correct.
Although if we click OK ( to be pressed time = no of dates records in file ) it gives correct result.
But we want dd.mm.yyyy should also be applicable in the file.
Assistance required.
Can you share the file?
Please find the file which is being used in current version.
Can you share the original spreadsheet that is not being processed correctly?
Here on Row J - Price-calculation-Valid- it should consider both format dd.mm.yyyy as well as dd/mm/yyyy. dd/mm/yyyy is being considered without any error however when using format dd.mm.yyyy its giving pop up error.
You are processing an upload. In en-US Excel, Column J looks like the following screenshot:
You can test against https://docs.sheetjs.com/docs/#preview-a-workbook-on-your-device by jumping down to the live demo in the "Preview a workbook on your device" section, clicking "Choose File" (the left button) and selecting the file.
Both give the same result.
Looking at the cells themselves, the data is stored in plaintext (they are not Excel dates). Likely your backend needs to look for and process these text cells.