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

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

Awesome Lists containing this project

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 cli

Usage: 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)