Convert C++ to Excel Add-Ins

RapidXLL quickly converts your libraries into Excel Add-Ins. You simply place some tags in your header files and RapidXLL does the rest.
CLick to download a risk-free 30-Day Trial of RapidXLLâ„¢

Example:  
BEFORE: The original function declaration. long CountWords(const string& str);
AFTER: One tag exports the function to Excel. RAPID_EXPORT
long CountWords(const string& str);