Giter VIP home page Giter VIP logo

Comments (5)

 avatar commented on July 21, 2024

Hyperlink formatting isn't covered (yet).

For quick I created a cell with a hyperlink to a workbook, unzipped (jar -xfv ex1.xlsx) and opened up in WebStorm to see what this might entail.

The file /xl/styles.xml defines an <xf> element that references a <cellStyle> element defined in a section <cellStyles> that defines a few other built in styles around the idea of hyperlinks.

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>

from js-xlsx.

vinodmehta avatar vinodmehta commented on July 21, 2024

Thanks @protobi for verifying this.
So I added the link using the formula by setting cell data as:
{
v: '=HYPERLINK("http link", "some text")',
t: 's'
}

Is that what you did?
The cell just shows the above string as it is and doesn't execute it.
Are formulae in general not working?

from js-xlsx.

 avatar commented on July 21, 2024

@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.

from js-xlsx.

Bhawnananda avatar Bhawnananda commented on July 21, 2024

Any update on this Issue? When can we expect it ?

from js-xlsx.

rildomar avatar rildomar commented on July 21, 2024

up

from js-xlsx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.