[0.11.2] Plain text parsing gives strange results #781
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#781
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?
Version [0.11.2] has plain text parsing enabled by default.
raw
setting isn't specified inParser Options
tableSource
Input CSV
Result workbook object
What's wrong
store-1
is parsed as36892
z
property even ifcellNF
isfalse
by defaultw
property even ifcellText
isfalse
in supplied options objectConclusions
raw
should befalse
by default, but I'm fine with thatParser Options
tableraw
defaults tofalse
cellText
andcellNF
Most of the ancillary options were initially added to XLSX or XLS but haven't been propagated to the other formats.