mirror of
https://github.com/danbulant/nushell
synced 2026-05-20 04:48:47 +00:00
* 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` |
||
|---|---|---|
| .. | ||
| bson.rs | ||
| csv.rs | ||
| json.rs | ||
| mod.rs | ||
| ods.rs | ||
| sqlite.rs | ||
| ssv.rs | ||
| toml.rs | ||
| tsv.rs | ||
| url.rs | ||
| xlsx.rs | ||
| yaml.rs | ||