nushell/tests/converting_formats
Shaurya Shubham b574dc6365 Add the from-ods command (#1161)
* Put a sample_data.ods file for testing

This is a copy of the sample_data.xlsx file but in ods format

* Add the from-ods command

Most of the work was doing `rg xlsx` and then copy/paste with light editing

* Add tests for the from-ods command

* Fix failing test

The problem was improper filename sorting in the test `prepares_and_decorates_filesystem_source_files`
2020-01-07 19:35:00 +13:00
..
bson.rs More renames 2019-12-18 07:54:39 +13:00
csv.rs More renames 2019-12-18 07:54:39 +13:00
json.rs More renames 2019-12-18 07:54:39 +13:00
mod.rs Add the from-ods command (#1161) 2020-01-07 19:35:00 +13:00
ods.rs Add the from-ods command (#1161) 2020-01-07 19:35:00 +13:00
sqlite.rs More renames 2019-12-18 07:54:39 +13:00
ssv.rs More renames 2019-12-18 07:54:39 +13:00
toml.rs More renames 2019-12-18 07:54:39 +13:00
tsv.rs More renames 2019-12-18 07:54:39 +13:00
url.rs More renames 2019-12-18 07:54:39 +13:00
xlsx.rs More renames 2019-12-18 07:54:39 +13:00
yaml.rs More renames 2019-12-18 07:54:39 +13:00