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

New Feature Request: Hyperlink support #61

Closed
dollardhingra opened this issue Mar 29, 2018 · 7 comments
Closed

New Feature Request: Hyperlink support #61

dollardhingra opened this issue Mar 29, 2018 · 7 comments
Assignees

Comments

@dollardhingra
Copy link

Is there hyperlink support present in PyExcelerate ? like in openpyxl : [https://openpyxl.readthedocs.io/en/latest/_modules/openpyxl/worksheet/hyperlink.html#Hyperlink] ?

@kevmo314
Copy link
Collaborator

There's not currently, however we can probably add this. I can take a look.

@kevmo314 kevmo314 self-assigned this Mar 29, 2018
@kevmo314
Copy link
Collaborator

kevmo314 commented Apr 6, 2018

Looking into this more, what's the difference between a hyperlink and the HYPERLINK() function found here? PyExcelerate should have support for formulas if you just set the value to =HYPERLINK(...), does this accomplish your goal?

I ask this because it seems that the ECMA Office Open Standards specification does not explicitly disambiguate for hyperlinks, instead seems to delegate to the hyperlink function. If this is true, I'm not sure if adding a separate param is appropriate here.

@suyash248
Copy link

suyash248 commented May 24, 2018

@kevmo314 I've tried to use =HYPERLINK(...) function to add a hyperlink in a particular cell in my excel sheet. But I'm getting this issue. Could you please help me out.

Thanks

@kevmo314
Copy link
Collaborator

Since #63 is fixed, you should be able to create a hyperlink via =HYPERLINK(...) correctly in the latest dev version.

@suyash248
Copy link

suyash248 commented May 27, 2018

Thanks, @kevmo314. How do I use latest dev using pip?

@suyash248
Copy link

I ended up using latest dev as follows -

pip install -e git://github.com/kz26/PyExcelerate.git@be38e3cfcea5aad9ddc83b8f456adea0f8507841#egg=PyExcelerate
Now formulas are working as expected. Thank a lot @kevmo314 👍

@kevmo314
Copy link
Collaborator

Great to hear! We'll push an update to master soon so it'll be reflected on the pip version as well.

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

3 participants