forked from extern/nushell
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:
@ -55,8 +55,11 @@ pub fn create_default_context() -> EngineState {
|
||||
FromYaml,
|
||||
FromYml,
|
||||
FromTsv,
|
||||
FromToml,
|
||||
FromUrl,
|
||||
FromEml,
|
||||
FromOds,
|
||||
FromXlsx,
|
||||
Get,
|
||||
Griddle,
|
||||
Help,
|
||||
|
Reference in New Issue
Block a user