Skip to content

A prototype of a spreadsheet application using Tauri and Rust

License

Notifications You must be signed in to change notification settings

SillyFreak/tauri-calc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tauri Calc

This is a spreadsheet demo application built using Tauri and SvelteKit. Right now, the following features are supported:

  • the application starts with a spreadsheet containing three rows and four columns
  • cells can contain numbers, text (in double quotes) and formulas (=<expression>)
    • supported expressions are numbers, text, cell references and function calls, with any number of parameter expressions
    • the only available function is sum(...), which requires that all parameters evaluate to numbers
  • changing a cell's value recalculates other cells as necessary, using topological ordering
    • circular dependencies are not properly handles and crach the application

About

A prototype of a spreadsheet application using Tauri and Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published