Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to insert a link with href #416

Closed
k-bx opened this issue Oct 31, 2023 · 2 comments
Closed

Ability to insert a link with href #416

k-bx opened this issue Oct 31, 2023 · 2 comments
Assignees

Comments

@k-bx
Copy link

k-bx commented Oct 31, 2023

Originally requested for Rust bindings here informationsea/xlsxwriter-rs#54

I'd like to insert a link which is displayed as text, not raw html, like this:

@jmcnamara
Copy link
Owner

As I pointed out in the other issue this is already possible using the current libxlsxwriter APIs. See for example here: http://libxlsxwriter.github.io/hyperlinks_8c-example.html#a12

Are you requesting something outside of that?

@jmcnamara jmcnamara self-assigned this Oct 31, 2023
@jmcnamara
Copy link
Owner

Also, since the original request came from Rust I'll note that URLs with text and other options are supported in rust_xlsxwriter:

https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/struct.Worksheet.html#method.write_url_with_text

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants