Will not import value if numeric format = "Rs."#,###.00 #449
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#449
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?
For some reason, if number formatted "Rs."#,###.00, the numeric value will not be properly be converted. See attached. -Rs.51,968,287.00 imports as "Rs.00" .. it should be 51,968,287.00
testrs.xlsx
@dougschiller The parser was tripped up by the presence of the
.
in the text. That was resolved in SSF 0.9.1 and will be pushed here as XLSX version 0.9.13.