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