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.
如何使用 python= 保存打开的 excel 文件我目前使用 XLRD 阅读 excel 工作簿,但我需要保存 excel 文件,以便读取用户输入的任何更改。
我已经使用 Excel 中的 VBA 脚本完成了这项工作,该脚本每 x 秒保存一次工作簿,但这并不理想。
看起来 XLRD 用于读取数据,而不是与 excel 接口。所以不,除非您使用 python 使用不同的库不是最好的方法,否则 VBA 脚本有什么问题?
使用 xlwt 怎么样?