Compare commits

...

2 Commits

Author SHA1 Message Date
b267a92b60
Merge pull request #19 from zaphar/documentation
docs: document supported spreadsheet formats
2024-12-14 08:24:15 -05:00
a170c1dff3 docs: document supported spreadsheet formats 2024-12-14 08:23:20 -05:00
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