sdllc / Basic-Excel-R-Toolkit

http://bert-toolkit.com
205 stars 42 forks source link
excel julia r

The most up-to-date documentation for BERT is on the website (https://bert-toolkit.com):

To install BERT, download the latest release.

Overview

BERT is a connector for Excel and the programming languages R and Julia. Put some R functions in a file; open Excel, and use those functions in your spreadsheets. Essentially anything you can do in R or Julia, you can call from an Excel spreadsheet cell.

There's also a console for talking to Excel from these programming languages, and (if you want) you can run R or Julia code from VBA as well.

Verion 2

The new version of BERT moves R out of process for better stability, code separation, and future feature development (abortable/restartable code service, additional languages). We're also rewriting a lot of stuff just to remove cruft and use more modern C++.

The new version uses a monorepo so we can tie together the various components, instead of having mutliple repos. Once this is the active version we will shut down the separate components.

Roadmap

Requirements (Runtime)

Requirements (Building)

There are several third party tools and libraries used to build BERT:

License

BERT is provided under the GPL (v3). Contact us for alternate licensing options.