substr() doesn't work properly with IE8 #351
No reviewers
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#351
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "patch-2"
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?
Use slice() instead of substr() to make it work with IE8
@Aymkdn all bad cases where substr was being used with a negative index were replaced with slice. This also resolved some IE6 issues with reading XLSB files!
Pull request closed