Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mcmcgrath13/spreadsheetfunctions.jl

A subset of the google sheets spreadsheet functions translated to Julia
https://github.com/mcmcgrath13/spreadsheetfunctions.jl

Last synced: 11 days ago
JSON representation

A subset of the google sheets spreadsheet functions translated to Julia

Awesome Lists containing this project

README

        

# SpreadsheetFunctions

An implementation of the Google Sheets spreadsheet function language for running [generated code](https://github.com/mcmcgrath13/sheets-code-gen).

Currently, only a small subset of functions are generated. In the future these functions could be used as a template for generated code for many more functions.

* `SUM`
* `PRODUCT`
* `CONCATENATE`