from ods for formats

Parse OpenDocument Spreadsheet(.ods) data and create table.

Signature

> from ods {flags}

Flags

  • --sheets, -s {list<string>}: Only convert specified sheets

Input/output types:

inputoutput
stringtable

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 --sheets [Spreadsheet1]