When writing hyperlink cell & save the wb, cell created as simple text #156
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#156
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?
Hi,
When creating the workbook from scratch, creating a hyperlink text according to the docs, cell is created as a simple text.
here is the code:
@SheetJSDev
I also met this problem. when I am writing hyperlink into Workbook, it's not working.
+1
+1
+1
same problem.
does anyone solve it ?
👍
Looks like js-xlsx doesn't support adding Hyperlinks in exported excel. 😞
+1
+1
👍
👍
@SheetJSDev any chance this was solved?
+1
Has anyone able to find the fix or workaround for this issue ?
@guillaumervls check this SO thread
On our end we moved to CSV where is it possible
We've pushed support for XLSX/XLSM/XLSB/XLML. The BIFF2 format didn't support hyperlinks. If there is enough interest we'll look into ODS hyperlinks.
Hi @SheetJSDev
Is there any reason XLS isn't on the supported list? I'm assuming there must be some technical limitation or something that stands in the way?
Is there any chance that XLS support may be added at some point?
@rcates1 it is currently supported in BIFF8 XLS (used in versions starting from Excel 97), https://jsfiddle.net/sheetjs/24nxpek8/ is a simple test.
@SheetJSDev The hyperlinks are not highlighted in MS OFFICE EXCEL. While it is highlighted in LiberOffice