Menu

How to add Hyperlink to cell_t

Help
sumit
2015-07-13
2015-07-14
  • sumit

    sumit - 2015-07-13

    Hi,
    As I am using XLSLib more I am facing few issues in finding various excel features. Using Hyperlinks is one of them.
    Can some one help me to find / understand APIs for adding hyperlink to a cell_t object ?

    Thanks in Advance
    Sumit

     
  • David Hoerl

    David Hoerl - 2015-07-13

    Please look around in the test files for usage. Its been a few years since I wrote that code and would have to go poking around myself to find the exact usage. If you just cannot find anything then I can look myself.

     
  • sumit

    sumit - 2015-07-14

    Hi David,
    I found it .... here is the example - sh->hyperLink(cell51, "www.google.com", "Google");
    Here sh is my Sheet in workbook and cell51 is the cell_t object to which I wanted to add the hyperlink.

    Thanks
    Sumit

     
  • David Hoerl

    David Hoerl - 2015-07-14

    Glad you found it!

     

Log in to post a comment.