Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/twinbird/cell
Excel into your command line.
https://github.com/twinbird/cell
Last synced: 2 months ago
JSON representation
Excel into your command line.
- Host: GitHub
- URL: https://github.com/twinbird/cell
- Owner: twinbird
- License: mit
- Created: 2021-04-14T15:34:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-24T03:16:13.000Z (over 3 years ago)
- Last Synced: 2024-08-04T02:08:32.856Z (5 months ago)
- Language: Go
- Homepage:
- Size: 388 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-for-oneliner - cell - Command-line xlsx processor (Excel / Open USP Tsukubai)
README
# cell
![logo](/docs/logo.png)
[日本語版](/docs/README_ja.md)
cell is a programming language for processing Excel files (.xlsx) for the command line.
For example, you can create an Excel file as follows.
```
$ cell -to greeting.xlsx '["A1"]="Hello, Excel"'
```Alternatively, data from an Excel file can be fed into the command pipeline as shown below.
```
$ cell -from users.xlsx -n 'puts(["A".NER])' | grep twinbird
```See the [tutorial](/docs/tutorial.md) for details.
Also, see the command help for options.
```
$ cell -h
```## Install
You can download from the [release page](https://github.com/twinbird/cell/releases).
## Special Thanks
Thanks to the [Excelize project](https://github.com/360EntSecGroup-Skylar/excelize).
Without Excelize, this project would never have been created.
And many many thank you DeepL.