v0.0.3
Added
- Support of basic mathematics functions
- Excel array type, eg.
{cell1, cell2; cell3, cell4}. It's not in use yet, but we may need it in some implementations
Changed
- Change the Error type from
anyhow::Errortoformula::error::Errorand remove the dep of anyhow