Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个用作模板的 xlsx 文件。
我正在尝试使用此模板创建一个新的 excel 文件,如何读取此文件并将其写入 python 27 中的新 xlsx 文件?
您可能需要在http://www.python-excel.org/上安装 Excel 模块 xlutils
您可以使用 openpyxl 编辑现有的 xlsx 文件或将它们保存为新文件。