PRODUCTS
We currently offer two products:
RapidXLL™ and the
BreezeWay Software Subscription Service™.
RapidXLL automatically converts C/C++ libraries into Excel Add-Ins, .NET Libraries, and HTML User Documentation. Place simple tags in your header files and RapidXLL does the rest.
|
Example:
|
|
|
BEFORE: The original function declaration.
|
string ReverseString(const string& str);
|
|
|
AFTER: RapidXLL automatically exports the function to Excel, builds a managed C++ wrapper, and generates user documentation.
|
RAPID_EXPORT
string ReverseString(const string& str);
|
Concentrate on your library. Breeze through the wrapper.™
Similar tags allow for more sophisticated manipulations (adding help information, controlling function order of function evaluation, building unique object handles, other). The library also supplies classes for Excel ranges (RapidRange), variant values (RapidValue), dates (RapidDate), and long strings (RapidString). These data structures are designed for rapid integration with Excel.
Additionally, you can control Excel's Window Name and Message Bar, as well as create pop-up a message windows.
BreezeWay Software Subscription Service grants you a fully-licensed copy of every BreezeWay Software product as it becomes available to the general public. The initial service is for a two year period and can be renewed yearly after that. We expect to build additional tools for integration of various languages and software products as well as improve RapidXLL, our flagship product.
|