xlformula_engine 0.1.5

A tool to parse and evaluate Excel formulas
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "xlformula_engine"
version = "0.1.5"
authors = ["Jirada Herbst <jirada.herbst@data2impact.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "A tool to parse and evaluate Excel formulas"
readme = "README.md"
homepage = "https://github.com/jiradaherbst/XLFormula-Engine"
repository = "https://github.com/jiradaherbst/XLFormula-Engine"
keywords = ["formula", "parser", "excel", "pest"]

[dependencies]
pest = "2.1.3"
pest_derive = "2.1.0"
assert_approx_eq = "1.1.0"