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.
XLL アドイン (Test.xll) があります。これを C# (VS2008/.Net 3.5) アプリケーションで使用したいと考えています。私のC#アプリケーションでこれを使用する方法を誰かが教えてくれれば。
この XLL を C# アプリケーションで使用する方法を教えていただければ幸いです。
どんな助けでも大歓迎です。
よろしく、トゥシャール
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.