Calling python script from excel/vba

后端 未结 6 964
一个人的身影
一个人的身影 2020-11-28 05:48

I have a python code that reads 3 arguments (scalars) and a text files and then returns me a vector of double. I want to write a macro in vba to call this python code and wr

6条回答
  •  迷失自我
    2020-11-28 06:38

    Another open source python-excel in process com tool. This allows executing python scripts from excel in a tightly integrated manner.

    https://pypi.python.org/pypi/Python-For-Excel/beta,%201.1

提交回复
热议问题