LinearB Screenshots
Building Excel Add-ins without coding
LinearB User Interface
The picture below shows some global C++ functions, and the LinearB Explorer
window. Note that the Properties window contains all the details LinearB needs
in order to generate an Excel add-in wrapper function.

You can use filters to determine which of the functions and fields in your code
will be exported to Excel as add-in functions. You can specify filters at
project level, source-file level, and class level.

If any of your functions raise exceptions, you can instruct LinearB how to
handle them (although it will always handle them cleanly if you fail to give
any instructions).

Generated code

Excel add-ins
The add-in functions that are produced by LinearB are fully integrated into
Excel. Help text is created by reading code comments, and by analysing the
function signature and it's argument types.



Any errors that occur will be handled by LinearB and passed on to Excel
informatively.

All trademarks are the properties of their respective owners
|