from ods for formats

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

Signature

> from ods --sheets

Parameters

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

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]