README.md
# Formula
Parse formula (mostly excel-related formulas, but not limited to Excel).
## Installation
**Warning:** This package is still in its early development and we expect breaking changes. Use it at your own risk.
```elixir
def deps do
[
{:formula, "~> 0.1.0"}
]
end
```