to_excel()根据自己的需求改变数据保存的顺序
参数:columns
column = ['项目名称', '项目建立时间', '地市', '计划安装', '客户确定安装', '安装完成', '已经安装百分比'] group.to_excel(writer, sheet_name=province, index=False, columns=column)
参数:columns
column = ['项目名称', '项目建立时间', '地市', '计划安装', '客户确定安装', '安装完成', '已经安装百分比'] group.to_excel(writer, sheet_name=province, index=False, columns=column)