且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

使用python的excel函数***的方式是什么?

更新时间:2023-02-17 16:06:46

有一个Excel Addin可以让你这样做,称为发现脚本在xefion.com。



这是***但不开源。它也基于IronPython实现。


Somebody really needs to fix this "subjective questions evaluator"

I usually compile my functions in a DLL and call them from excel. That works fine (well, let's just say it works)

Unfortunatelly, python cannot be compiled. I know of py2exe but I don't know that it can make a DLL.

So, ..., is there any other way ? I appreciate all ideas and suggestions on the matter.

There is an Excel Addin that allows you to do this called Discovery Script at xefion.com.

It's free but not open source. It's also based on the IronPython implementation.