Skip to content

v0.0.3

Choose a tag to compare

@omid omid released this 11 Sep 20:05
· 14 commits to main since this release

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::Error to formula::error::Error and remove the dep of anyhow