python3.7 中使用pandas.to_excel 向已有文件追加写入新sheet时存在部分数据缺失。1、写入部分代码: xw_tidanfujian_adress=directory_save_adress+'/5G数据-' + key +'('+value.get('需求点编号')+').xlsx' with pd.ExcelWriter(xw_tidanfujian_adress,mode="a",options={'encoding':'utf-8'}) as wr...