如何从Python脚本运行Excel公式?
我有一个 Excel 电子表格,其中实现了一些复杂的计算。
有没有办法可以向电子表格提供输入数据、运行计算并从 python 脚本级别获取结果?
I have an excel spreadsheet with some complicated calculations implemented.
Is there a way I can feed the spreadsheet with input data, run the calculations and get the results from the python script level?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http://www.pythonexcels.com/2009/10/python -excel-mini-cookbook/
http://oreilly.com/catalog/pythonwin32/chapter/ch12.html
在 Windows 中从 Python 驱动 Excel
..可以使用 win32 python API
http://www.pythonexcels.com/2009/10/python-excel-mini-cookbook/
http://oreilly.com/catalog/pythonwin32/chapter/ch12.html
Driving Excel from Python in Windows
..doable using the win32 python API