Python代码段
摘要:EXCEL导出操作 def lists_to_xls(rows, xls, header=None): columns = rows[0] range_columns = range(len(columns)) data = rows[1:] startrow = 0 if header: star
阅读全文
posted @ 2023-02-24 14:23
posted @ 2023-02-24 14:23