& inside html string #914

Closed
opened 2017-12-07 15:04:35 +00:00 by razvanioan · 1 comment
razvanioan commented 2017-12-07 15:04:35 +00:00 (Migrated from github.com)

I am trying to export / save to XLSX a HTML table, where some values might contain "&" sign
This is always converted into & inside XLSX file (due to innerHTML() call)

I think that the htmldecode() function should also replace & with &

I am trying to export / save to XLSX a HTML table, where some values might contain "&" sign This is always converted into `&` inside XLSX file (due to `innerHTML()` call) I think that the `htmldecode()` function should also replace `&` with `&`
SheetJSDev commented 2017-12-09 07:36:19 +00:00 (Migrated from github.com)

This appears to be fixed in 0.11.13, testing against http://sheetjs.com/demos/table . There are plenty of missing html entities but we'll grind through them in the coming versions.

This appears to be fixed in 0.11.13, testing against http://sheetjs.com/demos/table . There are plenty of missing html entities but we'll grind through them in the coming versions.
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#914
No description provided.