XLL+ Class Library

XLL+ Tools

XLL+ contains a number of tools to help you write fully-featured Excel add-ins.

XLL+ Function Wizard
The XLL+ Function Wizard is an add-in for Microsoft Developer Studio which lets you create and edit add-in functions. It generates all the code required for registering the function with Excel and for input & output of Excel data structures.
XLL+ AppWizard
The XLL+ AppWizard creates a new Developer Studio project, containing all the code required to build and register an Excel add-in XLL library.
Help Generator
The XLL+ Help Generator examines your source code, and use it to generate all the files of a Microsoft Help Project. Users can then see help for each of your functions from within any version of Excel.
COM Wrapper Generator
The XLL+ COM Wrapper Generator can be used to generate all the source files of a Microsoft Visual Basic 6 project. The COM object produced from the project will make all the add-in functions of an XLL available from stand-alone programs written in a language that suppports COM, including Visual Basic 6, C++, Visual Basic.NET or C#.
XLL Host
XLL Host is a COM module that can be used to host XLL add-ins without the need for Excel. It can therefore be used safely on business-critical machines (such as servers) where Excel's instability cannot be tolerated. Used in combination with the COM Wrapper Generator, it allows you to deliver your add-ins directly to developers whose applications run on critical servers without Excel.