1. How to merge cells in the same row and center the text
2. How to set the background color of the line chart
过去多啦不再A梦2017-05-18 11:03:33
yellow=wbk.add_format({'border':1,'align':'center','bg_color':'C0504D','font_size':12,'font_color':'white'})
sheet.merge_range(0,0,0,10,data,yellow)