TironCalc, or Tiron for friends, is a TUI (Terminal User Interface) for IronCalc. Based on ratatui
cargo build --release
You will find the binary at ./target/release/tiron
.
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
James Gosling of Java fame created sc the spreadsheet calculator.
Andrés Martinelli has been maintaining sc-im, the spreadsheet calculator improvised.
A really nice similar project