Create the classes:
- Spreadsheet, which knows its value and sheetType and deals with the interface to the outside world.
- SpreadsheetSumSheet, which keeps track of its sheets that it's going to sum.
- CellAverageSheet, which keeps track of the cells that it's going to average.
- SpreadSheetViewContainer, which is the view for the Spreadsheet