Penguin

Differences between version 3 and revision by previous author of SpreadSheet.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 3 Last edited on Wednesday, September 10, 2003 10:53:39 pm by CraigBox Revert
Older page: version 1 Last edited on Sunday, August 10, 2003 2:22:29 pm by AlastairPorter Revert
@@ -1,7 +1,5 @@
-A screen-oriented interactive program enabling a user to lay out financial data on the screen
+A SpreadSheet is a screen-oriented interactive application built around a grid in Cartesian 2 space or 3 space. Each cell in the grid contains can be empty, contain a value or contain a formula to calculate a value, usually using references to the surrounding cells. They were developed for finance but are also often used for statistics
  
-Data is sorted in a table, with the cells marked A-B-C across the top, and 1-2-3 down the side 
+Generally data is sorted in a table, with the cells marked A-B-C across the top, and 1-2-3 down the side.  
  
-Is able to manipulate the data by using formulas , eg. "=A2+b4"  
-  
-See [Gnumeric] 
+!VisiCalc was the first commercial spreadsheet, followed by Lotus 123 , Microsoft [Excel], etc, leading to [Gnumeric].