Contains most of the code from the User Guide
This project contains examples of all of the most frequently used XLL+ classes and methods. Most of the code which is shown in the User Guide is contained in this project.
CXllApp::OnXllOpenEx | CXlOper::Ret | CXlOper::operator = | CXlOper::ReadVector | CXlOper::ReadMatrix | matrix<T>::rows | matrix<T>::cols | CXlOper::Format | matrix<T>::get_col_ptrs | ::XllGetApp | CXllApp::IsInFormulaWizard | CXllApp::GetCallerDims | CXlOper::AllocArray | CXlOper::Cell | CXlOper::MakeRef | CXlOper::SetValue
Each sample project is located in a sub-directory of the Samples directory of the XLL+ installation. To use the sample project, open the solution file Tutorial1.sln or the project file Tutorial1.vcproj.
You can enable debugging under Excel by using the Setup Debugging command in the XLL+ ToolWindow.
When delivered, the help files are excluded from the build.
You can enable the help build by selecting the files
Tutorial1.help.xml
and
Tutorial1.chm
in the Solution Explorer,
and using the right-click menu to view Properties.
Select the page "Configuration Properties/General" and
set the "Excluded from build" property to "No".
See Generating help
in the User Guide for more information.