I'm relatively new to python, but is there a way to make the values one reads into their spreadsheet bold? I want to create headers that have a bold typeset, but I'm not sure how to do this.
Thank you!
Here is the statement I am trying to do this with. I want to make the strings in 'row' boldfaced when they read into my spreadsheet
#read in header values
row = ['Group ID','N. of Galaxies','Central RA','Central DEC','Central z','Group Span From Center (MPC/h)']
index = 1
#sheet.insert_row(row, index)