mirror of
https://github.com/zaphar/sheetsui.git
synced 2025-07-22 13:00:22 -04:00
docs: document supported spreadsheet formats
This commit is contained in:
parent
ffc5df157b
commit
a170c1dff3
@ -35,6 +35,13 @@ Options:
|
|||||||
sheetui path/to/file.xlsx # edit/view a spreadsheet
|
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" />
|
<img src="./assets/screenshot.png" />
|
||||||
|
|
||||||
## Reference
|
## Reference
|
||||||
|
@ -20,6 +20,13 @@ Options:
|
|||||||
-V, --version Print version
|
-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
|
## User Interface
|
||||||
|
|
||||||
The sheetui user interface is loosely inspired by vim. It is a modal interface
|
The sheetui user interface is loosely inspired by vim. It is a modal interface
|
||||||
|
Loading…
x
Reference in New Issue
Block a user