Skip to content

ironcalc/TironCalc

Repository files navigation

TironCalc

Discord chat

TironCalc, or Tiron for friends, is a TUI (Terminal User Interface) for IronCalc. Based on ratatui

TironCalc Screenshot

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 cells
  • e to edit a cell and enter the value or formula.
  • q to quit and save
  • + to add a sheet
  • s to go to the next sheet
  • a to go to the previous sheet
  • PgUp/PgDown to navigate rows faster

Inspiration

James Gosling of Java fame created sc the spreadsheet calculator.

Andrés Martinelli has been maintaining sc-im, the spreadsheet calculator improvised.

See also

A really nice similar project

SheetsUI

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-Apache-2.0
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages