-1

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.

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129

1 Answers1

1

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.

jmcnamara
  • 38,196
  • 6
  • 90
  • 108