Workbook Title does not allow ampersand "&" #1690
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#1690
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?
Hello!
I recently found an issue with setting a Workbook's Title to text that has an ampersand
&
in it.When I do that, I get this nasty error when trying to open the Excel doc:
The Excel doc happened to have
&
in the name, too, but that didn't seem to be the root of the problem. Instead, things started working fine once I got rid of the&
in the workbook's Title property.Thanks for a great tool!
Also note that I emailed the SheetJS team before creating this, and they confirmed both that it's a bug on write, and mentioned that there's a bug on reading files with an
&
in the Title, too:So both a read and a write piece to this fix.