https://github.com/nacnudus/xlformula
Experimental parser of Excel formulas in R
https://github.com/nacnudus/xlformula
Last synced: 2 months ago
JSON representation
Experimental parser of Excel formulas in R
- Host: GitHub
- URL: https://github.com/nacnudus/xlformula
- Owner: nacnudus
- License: other
- Created: 2017-08-01T22:24:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-01T22:38:36.000Z (almost 8 years ago)
- Last Synced: 2025-01-05T18:27:01.759Z (4 months ago)
- Language: C++
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xlformula
An experimental R package for parsing (really just tokenising) Excel formulas in
R, based on my [fork](https://github.com/nacnudus/Excel_formula_parser_cpp) of a
[C++ port](https://github.com/lishen2/Excel_formula_parser_cpp) of a basic,
handwritten javascript
[parser](http://ewbi.blogs.com/develops/2004/12/excel_formula_p.html). The end
goal is to de-normalise shared formulas in tidyxl, where there is an
[issue](https://github.com/nacnudus/tidyxl/issues/7) that explains all this much
better.