XLSX.utils.table_to_book not preserving hyperlinks #1509

Closed
opened 2019-05-15 21:46:56 +00:00 by KobyO · 3 comments
KobyO commented 2019-05-15 21:46:56 +00:00 (Migrated from github.com)

I'm trying to save an HTML table to excel using XLSX.utils.table_to_book(). However, hyperlinks in the table are getting converted to raw text. How can I preserve the hyperlinks?

I'm trying to save an HTML table to excel using `XLSX.utils.table_to_book()`. However, hyperlinks in the table are getting converted to raw text. How can I preserve the hyperlinks?
morgenweck commented 2020-04-25 15:40:21 +00:00 (Migrated from github.com)

I have the same question

I have the same question
kamilml commented 2021-04-14 17:02:08 +00:00 (Migrated from github.com)

same...

I am using l but it isn't working

{ wch: 30, l: { Target: "https://myurl.com/asd" } }
same... I am using `l` but it isn't working ```javascript { wch: 30, l: { Target: "https://myurl.com/asd" } } ```
SheetJSDev commented 2021-09-18 21:47:11 +00:00 (Migrated from github.com)
18ce6212c44c1d558a47410112e9bfecec27f44d
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#1509
No description provided.