1

XLL アドイン (Test.xll) があります。これを C# (VS2008/.Net 3.5) アプリケーションで使用したいと考えています。私のC#アプリケーションでこれを使用する方法を誰かが教えてくれれば。

この XLL を C# アプリケーションで使用する方法を教えていただければ幸いです。

どんな助けでも大歓迎です。

よろしく、トゥシャール

4

1 に答える 1

1

You'll have to use P/Invoke via static external methods which use the DLL's exports. However, depending on the dependencies in the XLL (especially if it uses some Excel functionality) you may not be able to get this to work properly.

于 2009-10-23T08:04:25.457 に答える