Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Ability to set tooltip for hyperlink#602

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
guyonroche merged 6 commits intoexceljs:masterfromkuzalekon:hyperlink-tooltip
Jan 10, 2019
Merged

Ability to set tooltip for hyperlink#602

guyonroche merged 6 commits intoexceljs:masterfromkuzalekon:hyperlink-tooltip
Jan 10, 2019

Conversation

kuzalekon
Copy link
Contributor

@kuzalekonkuzalekon commentedJul 5, 2018
edited
Loading

Hail!

In MS Excel it is possible toset a screen tip for a hyperlink. Pull-request adds a similar capability to ExcelJS.

Thanks!

@kuzalekonkuzalekon changed the titleAdd a "tooltip" property to hyperlink valueAbility to set tooltip for hyperlinkJul 6, 2018
@soukar61
Copy link

soukar61 commentedJul 5, 2021
edited
Loading

I am not able to add tooltip along with hyperlink. Getting bellow error

Code

newRow.getCell(1).value = {  text: 'www.mylink.com',  hyperlink: 'http://www.mylink.com',  tooltip: 'www.mylink.com'};

Error

ERROR in src/app/shared/Service/export-xlsx-service.ts(77,15): error TS2322: Type '{ text: any; hyperlink: any; tooltip: any; }' is not assignable to type 'CellValue'.
Object literal may only specify known properties, and 'tooltip' does not exist in type 'Date | CellErrorValue | CellRichTextValue | CellHyperlinkValue | CellFormulaValue | CellSharedFormulaValue'.

Versions using:

JSZip v3.6.0
exceljs v^4.2.1

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@kuzalekon@soukar61@guyonroche

[8]ページ先頭

©2009-2025 Movatter.jp