The XLL Plus library provides a number of C++ header files for use in writing Excel add-ins. The classes and definitions contained in the header files have been designed to simplify the use of Excel programming objects, but only a subset is needed by programmers building the standard run of add-in functions.
The table below summarises the C++ header files available in the library.
Class | Description |
---|---|
xllplus.h | The core objects of the library. |
xlldate.h | Date functions. |
xlfuncs.h | Classes containing static methods for calling Excel worksheet and macro functions. |
xlserialize.h | Classes that support serialization and cacheing of Excel data types. |
xlpcom.h | Classes and functions for using Excel's OLE automation interface. |
xllfinder.h | A utility class for searching and replacing cells in Excel spreadsheets. |
xldialog.h | Classes for displaying and controlling Excel native dialogs. |
xlmenu.h | A class for creating user-defined menus in Excel. |
xltoolbar.h | A class for creating user-defined toolbars in Excel. |
xllres.h | String resource functions. |
plemtx.h | Template classes for storing and manipulating two-dimensional data arrays. |
xlhandle.h | Classes and templates for storing C++ objects and accessing them from worksheet cells by their numeric "handle". |