标签: python excel xlsxwriter
是否可以使用xlsxwriter模块重命名列标题?我认为它应该是可能的,但我无法弄清楚如何。我已经检查了set_column方法,但没有成功。
xlsxwriter
set_column
set_column(self, firstcol, lastcol, width=None, cell_format=None, options={}):
也许在选项词典中? 你对我有什么建议吗?