Jul-25-2019, 01:58 PM
Hi,
I insert hyperlink in excel using python, the code is below:
dsip_item='7/12'
but I want to remove the underline from the hyperlink.
I insert hyperlink in excel using python, the code is below:
dsip_item='7/12'
1 2 |
worksheet.write_url( 'A1' , r 'D:/data/DataCheck.xlsx' ,string = dsip_item) |