https://github.com/zaphar/sheetsui
Sheetui is a console based spreadsheet inspired by sc-im and vim
https://github.com/zaphar/sheetsui
cli-app console-application spreadhseets
Last synced: 15 days ago
JSON representation
Sheetui is a console based spreadsheet inspired by sc-im and vim
- Host: GitHub
- URL: https://github.com/zaphar/sheetsui
- Owner: zaphar
- License: apache-2.0
- Created: 2024-11-30T14:29:21.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-03-24T23:29:11.000Z (26 days ago)
- Last Synced: 2025-03-28T21:01:56.325Z (22 days ago)
- Topics: cli-app, console-application, spreadhseets
- Language: Rust
- Homepage:
- Size: 412 KB
- Stars: 200
- Watchers: 4
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ratatui - sheetsui - A terminal based spreadsheet application. (💻 Apps / 🚀 Productivity and Utilities)
README
# SheetsUI - a console based spreadsheet application
## Installing
### Nix Flake
```sh
nix profile install github:zaphar/sheetsui
```### Cargo
```sh
cargo install --git https://github.com/zaphar/sheetsui --locked
```## Running
```sh
sheetui --help #print the help text for the cliUsage: sheetui [OPTIONS]
Arguments:
Options:
-l, --locale-name [default: en]
-t, --timezone-name [default: America/New_York]
-h, --help Print help
-V, --version Print version
``````sh
sheetui path/to/file.xlsx # edit/view a spreadsheet
```### Supported files
Currently we only support the [ironcalc](https://docs.ironcalc.com/) xlsx
features for spreadsheet. CSV import and expor are planned.### Screenshot
## Reference
* [Documentation](./docs/index.md)