Skip to content

Commit

Permalink
docs: document supported spreadsheet formats
Browse files Browse the repository at this point in the history
  • Loading branch information
zaphar committed Dec 14, 2024
1 parent ffc5df1 commit a170c1d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ Options:
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

<img src="./assets/screenshot.png" />

## Reference
Expand Down
7 changes: 7 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ Options:
-V, --version Print version
```

## Supported formats

Currently we only support the [ironcalc](https://docs.ironcalc.com/) xlsx
features for spreadsheet. I plan to handle csv import and export at some point.
I also might support other export formats as well but for the moment just csv
and it's variants such as tsv are in the roadmap.

## User Interface

The sheetui user interface is loosely inspired by vim. It is a modal interface
Expand Down

0 comments on commit a170c1d

Please sign in to comment.