Skip to content

nuk/Scala_SimpleSpreadSheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Simple Spread Sheet

	Consists of a simple excel-like application.
	
	- You have a matrix of cells indexed by columns (A to Z) and rows (1 to 100).
	- Each cell can be a number (Absolute value) or a Formula (related to other cells).
	- Formulas can be the basic operations (Addition, Subtraction, Division, Multilication).
	- Formulas can be related to other Formulas
	
	Now we have four other types of cells
	
	- Text Cells
	- Reference Cells
	- Merged Cells 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages