sheet — Spreadsheet cells — openbash
Spreadsheet cells as CSV, from xls, xlsx, xlsm, xlsb or ods.
sheet
sheet is a command on the openbash shell, reachable over HTTP, SSH and MCP with one key. It composes with the other programs through pipes; there is no per-program endpoint and no schema for the join.
sheet -l /dropbox/models/valuation.xlsx Assumptions Cashflow Sensitivity
help
sheet: a spreadsheet's cells, as CSV. USAGE sheet [-l] [-s NAME] FILE RETURNS CSV on stdout, so it pipes into `csv` or `awk` like any other table. `-l` lists the sheets in the file; `-s NAME` picks one. DOES NOT COVER Formulas, formatting and charts. What comes out is the values, which is what a calculation over them needs.