Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/takamin/exl
https://github.com/takamin/exl
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/takamin/exl
- Owner: takamin
- License: mit
- Created: 2018-06-21T11:23:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T01:03:54.000Z (over 1 year ago)
- Last Synced: 2024-09-15T06:50:47.995Z (about 2 months ago)
- Language: JavaScript
- Size: 332 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Exl
===The command-line XLSX operator.
COMMANDS
--------Usage: `exl [ [value-type]]`
To echo a value at a cell:
```bash
$ exl [foo.xlsx]Sheet1!A1
```To set a string to a cell:
```bash
$ exl [foo.xlsx]Sheet1!A1 'Hello Excel'
```To set a number:
```bash
$ exl [foo.xlsx]Sheet1!A1 '1234' number
```INSTALLATION
------------```bash
$ npm i -g exl
```LICENSE
-------This software is released under the MIT License, see [LICENSE](LICENSE)