RedNeath / ExcelFormulaCalculationEngine

A pure C library that works as an interface to compute Excel formulas, given a data context. It is a recreation of Excel's language calculation engine, with an extra level of abstraction to separate it from the sheet context; allowing lightweight integration within smaller systems.
MIT License
1 stars 0 forks source link

[FEAT] #2: Formula parsing :partying_face: #13

Closed RedNeath closed 3 months ago

RedNeath commented 3 months ago

Closes #2