Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/takamin/exl


https://github.com/takamin/exl

Last synced: 25 days ago
JSON representation

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)