Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefh/excelformulaparser
Excel Formula Parser
https://github.com/stefh/excelformulaparser
excel formula parser
Last synced: about 2 months ago
JSON representation
Excel Formula Parser
- Host: GitHub
- URL: https://github.com/stefh/excelformulaparser
- Owner: StefH
- License: mit
- Created: 2017-05-27T19:47:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-11-18T08:47:27.000Z (about 3 years ago)
- Last Synced: 2024-04-14T13:08:17.063Z (8 months ago)
- Topics: excel, formula, parser
- Language: C#
- Homepage:
- Size: 265 KB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Build and Code Coverage
[![Build status](https://ci.appveyor.com/api/projects/status/3rh96qm7840gvjuf?svg=true)](https://ci.appveyor.com/project/StefH/excelformulaparser)
[![codecov](https://codecov.io/gh/StefH/ExcelFormulaParser/branch/master/graph/badge.svg)](https://codecov.io/gh/StefH/ExcelFormulaParser)# ExcelFormulaParser
An Excel Formula Parser, based on http://ewbi.blogs.com/develops/2007/03/excel_formula_p.html.[![NuGet Badge](https://buildstats.info/nuget/ExcelFormulaParser)](https://www.nuget.org/packages/ExcelFormulaParser)
Supported frameworks:
- net 2.0
- netstandard 1.0# ExcelFormulaExpressionParser