XLL+ Class Library (7.0)

Wrapper libraries

Sometimes it is useful to be able to call your Excel add-in functions from other environments, such as command-line programs or interactive applications, written in C++, Java, C# or Visual Basic.

The Xll Wrapper toolkit contains tools, a runtime library, samples and documentation to help with the development of COM modules and .NET assemblies that wrap Excel XLL add-ins.

The add-in functions in the library are available as COM and .NET methods to client programs that use the wrapper modules.

The wrapper objects can be used by clients written in any development environment that supports COM or .NET, including C++, Java, C#, Visual Basic and VBA.

See the XLL Wrapper Generator guide for more details.