fix tagregex #1436
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#1436
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "master"
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?
The regulare expression used to find tags in XML did not allow multiple whitespaces at the end of the tag. For this reason, trying to read an xlsx file with a
[Content_Types].xml
similar to this:resulted in an error (
Unknown namespace:
), while the same file could be opened without problems in Excel.Pull request closed