docs: document supported spreadsheet formats

This commit is contained in:
Jeremy Wall 2024-12-14 08:16:51 -05:00
parent ffc5df157b
commit a170c1dff3
2 changed files with 14 additions and 0 deletions

View File

@ -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

View File

@ -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