Python Forum
remove underline from hyperlink in excel
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
remove underline from hyperlink in excel
#1
Hi,
I insert hyperlink in excel using python, the code is below:
dsip_item='7/12'

worksheet.write_string('A1', 'http://www.python.org/')
worksheet.write_url('A1', r'D:/data/DataCheck.xlsx',string=dsip_item)
but I want to remove the underline from the hyperlink.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Want to remove the text from a particular column in excel shantanu97 2 2,147 Jul-05-2021, 05:42 PM
Last Post: eddywinch82
  Can python open a hyperlink? 1stTimeCoding 3 2,670 Apr-28-2021, 08:35 AM
Last Post: buran
Question Word, adding a hyperlink from a bookmark using Python mart79 1 2,324 Jan-14-2021, 08:41 PM
Last Post: Larz60+
  Underline title paul18fr 8 13,091 Aug-09-2019, 11:51 AM
Last Post: paul18fr
  How to add hyperlink to existing Excel file SriMekala 2 12,105 Jul-25-2019, 02:28 AM
Last Post: SriMekala
  Highlight/Underline a string | ValueError: zero length field name in format searching1 1 3,026 Jul-01-2019, 03:06 AM
Last Post: metulburr
  csv to xlsx, remove " while writing to excel anna 3 2,947 Apr-16-2019, 07:57 AM
Last Post: anna

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020