Spreadsheet Application

port1

Summary:

This project is a spreadsheet application allowing for simple arithmetic with correct precedence and cell referencing. This was a solo project for my object-oriented software principles course. The project supports save, load, cell referencing, and simple arithmetic calculations with correct precedence.

My Role:

The entire project with support from in class guidance and the professor.

Techonologies Used:

  • C# / Winforms
  • Visual Studio
  • N-Unit testing
  • Notable Features:

  • Correct precedence for simple arithmetic
  • Cell referencing
  • Save / Load
  • Redo / Undo
  • Cell color change
  • Demo button to automatically fill up cells
  • Project Demonstration:

    Github: https://github.com/lshearer20/Spreadsheet_Application