Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run the app

$ python ui.py

Formula

It supports three different formulas for now:

  1. SUM: To sum entries from 2 cells. e.g. =SUM(a1, b1)
  2. MUL: To multiply entries from 2 cells. e.g. =MUL(a1, b1)
  3. AVG: To take avg of the entries from 2 cells. e.g. =AVG(a1, b1)

Evaluates Dependent Cells

It supports evaluating dependent cells.

Evaluates Dependent Cells

About

This is an app that demonstrates how a spreadsheet engine works written in python

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages