from ods
for formats
Parse OpenDocument Spreadsheet(.ods) data and create table.
Signature
> from ods --sheets
Parameters
--sheets {list<string>}
: Only convert specified sheets
Input/output types:
input | output |
---|---|
string | table |
Examples
Convert binary .ods data to a table
> open --raw test.ods | from ods
Convert binary .ods data to a table, specifying the tables
> open --raw test.ods | from ods -s [Spreadsheet1]