-
Notifications
You must be signed in to change notification settings - Fork 416
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
Hyperlinks support #6
Comments
Hyperlink formatting isn't covered (yet). For quick I created a cell with a hyperlink to a workbook, unzipped ( The file So it seems that hyperlinks are actually styles, and it should be technically possible to add. But for right now that's not in. <cellXfs>
...
<xf numFmtId="0" fontId="1" fillId="0" borderId="0" xfId="7"/>
</cellXfs>
<cellStyles count="8">
<cellStyle name="Followed Hyperlink" xfId="2" builtinId="9" hidden="1"/>
<cellStyle name="Followed Hyperlink" xfId="4" builtinId="9" hidden="1"/>
<cellStyle name="Followed Hyperlink" xfId="6" builtinId="9" hidden="1"/>
<cellStyle name="Hyperlink" xfId="1" builtinId="8" hidden="1"/>
<cellStyle name="Hyperlink" xfId="3" builtinId="8" hidden="1"/>
<cellStyle name="Hyperlink" xfId="5" builtinId="8" hidden="1"/>
<cellStyle name="Hyperlink" xfId="7" builtinId="8"/>
<cellStyle name="Normal" xfId="0" builtinId="0"/>
</cellStyles> |
Thanks @protobi for verifying this. Is that what you did? |
@vinodmehta Hyperlink formatting is not part of js-xlsx yet. My note was more about exploring what it would take to add it. To explore that I created a workbook with a hyperlink using Excel, and then inspected the .pptx file directly in a development environment to see how that hyperlink was represented. |
Any update on this Issue? When can we expect it ? |
- XLSX read/write defined names - XLSB/XLS/XLML read defined names Issues: - fixes protobi#83 h/t @developergdd - fixes protobi#6 , fixes SheetJS#599
up |
- XLSX read/write defined names - XLSB/XLS/XLML read defined names Issues: - fixes protobi#83 h/t @developergdd - fixes protobi#6 , fixes SheetJS#599
Looking at all the options here: https://github.com/protobi/js-xlsx#cell-styles
Couldn't figure it out if it is possible to create hyperlinks inside the cell.
Is that possible?
The text was updated successfully, but these errors were encountered: