0. CS Final Project
sscontroller
  • houses main()
  • take input and rallies to spreadsheet model
  • TASK: extend to support CLEAR as well
  • SSModel
  • manages the spreadsheet and cell data model
  • TASK: finish design and provide class implementation
  • SSView
  • provides graphical spreadsheet display
  • TASK: no changes required
  • Expression
  • uses parser and exp modules
  • TASK: make additional modifications to support features required for spreadsheet formulas
  • ssutil
  • Provides utility functions and formula functions for use in formulas
  • TASK: maybe make modifications
  • near complete
    need to complete
    Tab
    Note
    Description
    Structure
    • Grid mapping locations to nodeĀ 
    • Node contains value, equation, Set of nodes that are dependent on the current node
       Login to remove ads X
    Feedback | How-To