from xlsx from ods and from toml (#352)

* MathEval Variance and Stddev

* Fix tests and linting

* Typo

* Deal with streams when they are not tables

* `from toml` command

* From ods

* From XLSX
This commit is contained in:
Luccas Mateus
2021-11-19 16:23:35 -03:00
committed by GitHub
parent e01e73cb67
commit 00aac850fd
7 changed files with 659 additions and 0 deletions

View File

@ -55,8 +55,11 @@ pub fn create_default_context() -> EngineState {
FromYaml,
FromYml,
FromTsv,
FromToml,
FromUrl,
FromEml,
FromOds,
FromXlsx,
Get,
Griddle,
Help,