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一起工作吗?基本上我会遍历网页并收集来自不同字段的数据并希望以excel表格格式存储它们。那么有什么方法可以打开一个excel并根据需要对单元格进行操作动态存储网络数据?
我正在使用 python 2.7 和硒。
谢谢,
是的,你绝对可以做到。
请参阅下面的帖子
如何将数据写入excel文件?
Python:写入 Excel 2007+ 文件(.xlsx 文件)