Read issue with value containing "_x" #362
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#362
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?
Hi,
I'm facing an issue while reading an XLSX file :
A value of my file is "bboyv_x8C_I", but is converted to "bboyv쉀" when reading file
This value cannot be change since it's an item ID.
Note that I tried to save my xlsx file as binary (xlsb) and it worked.
See attached (it seems I cannot upload xlsb file)
I'm gonna ask the users to save their files as xlsb, that will solve my issue for now, but it would be nice if you could fix this :)
js-xlsx FAIL.xlsx
Thanks for your great lib !