mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 02:35:00 +02:00
from xlsx/ods: Add parameter --sheets (#3600)
* from xlsx: Add parameter --sheets * from ods: Add parameter --sheets
This commit is contained in:
@ -2,6 +2,10 @@
|
||||
|
||||
Parses OpenDocument Spreadsheet binary data into a table. `open` calls `from ods` automatically when the file extension is `ods`. Use this command when `open` is unable to guess the file type from the extension.
|
||||
|
||||
## Flags
|
||||
* -h, --help: Display this help message
|
||||
* -s, --sheets \[\<sheet_name_1> \<sheet_name_2> ... \<sheet_name_N>]: Only convert specified sheets. Non-existing sheets are skipped.
|
||||
|
||||
## Examples
|
||||
|
||||
```sh
|
||||
|
@ -2,6 +2,10 @@
|
||||
|
||||
Parses MS Excel binary data into a table. `open` calls `from xlsx` automatically when the file extension is `xlsx`. Use this command when `open` is unable to guess the file type from the extension.
|
||||
|
||||
## Flags
|
||||
* -h, --help: Display this help message
|
||||
* -s, --sheets \[\<sheet_name_1> \<sheet_name_2> ... \<sheet_name_N>]: Only convert specified sheets. Non-existing sheets are skipped.
|
||||
|
||||
## Examples
|
||||
|
||||
```shell
|
||||
|
Reference in New Issue
Block a user