Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mcmcgrath13/spreadsheetfunctions.jl
- Owner: mcmcgrath13
- License: mit
- Created: 2021-04-12T03:11:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-03T01:46:01.000Z (over 3 years ago)
- Last Synced: 2024-10-15T07:35:40.289Z (about 1 month ago)
- Language: Julia
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`