hyperlink #55
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#55
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,
When parsing hyperlink cell, is returns cell text but not URL itself if URL is the property of link.
Is it possible to determine if cell contains URL as property and return true link?
Thank you.
@sysarchitect to clarify, the url (if a link is generated) is at
cell.l.Target
. The tooltip text is available atcell.l.tooltip
.Works fine in both XLSX and XLS.
Thank you!
@SheetJSDev Do we need to pass any additional parameters while parsing
hyperlinks
in a column ? I'm usingXLSX.utils.sheets_to_json(workbook_sheet,{header:1});