-
Notifications
You must be signed in to change notification settings - Fork 198
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
[Feature Request]: Add support for hyperlinks #53
Comments
@NestorPerez13 It is not possible yet to apply hyperlinks to an XLSX/ODS template. |
To let you know, the next version of Carbone will support hyperlinks with ODS and ODT files. |
@steevepay great news! Thanks! |
Carbone is writing to the file |
Dynamic hyperlinks are available since the v3.0.0 for Carbone Enterprise Edition, here is the documentation: |
I thought of using Carbone to generate GDPR audit reports. So can you confirm that I cannot use Carbone free software to place a clickable URL from JSON in an odt file? Our reports are sensitive, so that using free software on premise is a big plus. |
Problem to solve
Currently there seems to be no way to add hyperlinks
(http://officeopenxml.com/WPhyperlink.php)
Proposed solution
Add option to write to
document.xml.rels
via formatter context. So we would be able to implement hyperlinks.Describe alternatives you've considered
I've considered implementing via formatter similar to
convCRLF()
. But hyperlinks require writingRelationship
todocument.xml.rels
.The text was updated successfully, but these errors were encountered: