hyperlink #55

Closed
opened 2014-04-10 06:26:32 +00:00 by sysarchitect · 3 comments
sysarchitect commented 2014-04-10 06:26:32 +00:00 (Migrated from github.com)

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.

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.
SheetJSDev commented 2014-04-15 09:08:10 +00:00 (Migrated from github.com)

@sysarchitect to clarify, the url (if a link is generated) is at cell.l.Target . The tooltip text is available at cell.l.tooltip.

@sysarchitect to clarify, the url (if a link is generated) is at `cell.l.Target` . The tooltip text is available at `cell.l.tooltip`.
sysarchitect commented 2014-04-16 11:03:08 +00:00 (Migrated from github.com)

Works fine in both XLSX and XLS.
Thank you!

Works fine in both XLSX and XLS. Thank you!
gangadharjannu commented 2017-02-20 10:47:05 +00:00 (Migrated from github.com)

@SheetJSDev Do we need to pass any additional parameters while parsing hyperlinks in a column ? I'm using XLSX.utils.sheets_to_json(workbook_sheet,{header:1});

@SheetJSDev Do we need to pass any additional parameters while parsing `hyperlinks` in a column ? I'm using `XLSX.utils.sheets_to_json(workbook_sheet,{header:1});`
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#55
No description provided.