Calling Excel/DLL/XLL functions from C#

后端 未结 5 1478
猫巷女王i
猫巷女王i 2020-12-17 00:31

I have a particular function in an Excel addin(xll). The addin is proprietary and we do not have access to the source code. However we need to call some functions contained

5条回答
  •  北海茫月
    2020-12-17 01:06

    An Excell add-in DLL might be written in C#. If so, then you can probably bypass Excel altogether. Might need a wrapper though.

提交回复
热议问题