1.2 KiB
1.2 KiB
TironCalc
TironCalc, or Tiron for friends, is a TUI (Terminal User Interface) for IronCalc. Based on ratatui
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
eto edit a cell and enter the value or formula.qto quit and save+to add a sheetsto go to the next sheetPgUp/PgDownto navigate rows fasteruundo changesUredo changesrinsert rowcinsert columnCdelete columnRdelete row- `
Inspiration
James Gosling of Java fame created sc the spreadsheet calculator.
Andrés Martinelli has been maintaining sc-im, the spreadsheet calculator improvised.
