Installing and running Tironcalc
Build
cargo build --release
You will find the binary at ./target/release/tiron
.
Documentation
Start empty project:
$ tiron
Load an existing Excel file:
$ tiron example.xlsx
Arrow Keys
to navigate cellse
to edit a cell and enter the value or formula.q
to quit and save+
to add a sheets
to go to the next sheeta
to go to the previous sheetPgUp/PgDown
to navigate rows faster