简体   繁体   中英

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

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.

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 .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM