exl
v0.1.3
Published
The command-line XLSX operator
Readme
Exl
The command-line XLSX operator.
COMMANDS
Usage: exl <operating-address> [<new-value> [value-type]]
To echo a value at a cell:
$ exl [foo.xlsx]Sheet1!A1To set a string to a cell:
$ exl [foo.xlsx]Sheet1!A1 'Hello Excel'To set a number:
$ exl [foo.xlsx]Sheet1!A1 '1234' numberINSTALLATION
$ npm i -g exlLICENSE
This software is released under the MIT License, see LICENSE
