A spreadsheet implemented in Rust. Main goal is to learn about the inner workings of Rust and maybe serve as a conceptual starting point of serious spreadsheet software that should be multiple factors faster than Excel.
Work in progress and mainly for learning.
- Load CSV
- Dependency graph for formula cells
- GUI
- etc.