Sheet names are HTML encoded #203

Closed
opened 2015-04-09 20:53:20 +00:00 by rocketmonkeys · 0 comments
rocketmonkeys commented 2015-04-09 20:53:20 +00:00 (Migrated from github.com)

The workbook.SheetNames[] list has HTML entities already encoded. So if the Excel sheet name is:

one < two

then workbook.SheetNames[0] is:

one &lt; two

The SheetNames values should be plain-text.

The workbook.SheetNames[] list has HTML entities already encoded. So if the Excel sheet name is: ``` one < two ``` then workbook.SheetNames[0] is: ``` one &lt; two ``` The SheetNames values should be plain-text.
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sheetjs/sheetjs#203
No description provided.