街角_祝福

导航

02 2023 档案

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 街角_祝福 阅读(29) 评论(0) 推荐(0)