Home  >  Q&A  >  body text

python - xlsxwriter merge cell and chart formats - Stack Overflow

1. How to merge cells in the same row and center the text

2. How to set the background color of the line chart

PHP中文网PHP中文网2710 days ago1339

reply all(1)I'll reply

  • 过去多啦不再A梦

    过去多啦不再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) 

    reply
    0
  • Cancelreply