0.0.8 • Published 5 years ago
@ndjson-utils/xlsx v0.0.8
@ndjson-utils/from-xlsx
Stream ndjson from an excel file
Install
npm install @ndjson-utils/from-xlsxUsage
Arguments:
-f/--filethe excel file (required)-s/--sheetthe sheet (required)-n/--ndjsonreturn as ndjson stream (optional, returns a json array by default)
npx from-xlsx -f my_file.xlsx -s my_sheet -n true