Hyperlink not added to image in using xlsxwriter for c++ on RHEL 5.9

183 Views Asked by At

I have inserted image in .xlsx file thru c on RHEL 5.9 using xlsxwriter but cannot add hyperlink to it using url attribute. Please help.

1

There are 1 best solutions below

4
On

I going to guess that you are talking about the C libxlsxwriter and not the Python XlsxWriter.

In which case the C library doesn't currently support urls for images. The Python module does.

Update:

As of version 0.8.9 libxlsxwriter supports images with urls.