Skip to content

khurd21/Spreadsheet-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spreadsheet Application

Dotnet Badge CSharp Badge Windows Badge

The spreadsheet application is a Windows Application designed with Winforms. It allows you to save and load spreadsheets, modify the color of cells, perform arithmetic operations, and reference other cells. Additionally, it supports the ability to undo and redo actions performed in the app.

Tools Used

  • Dotnet CLI (6.0)
  • Windows OS
  • Winforms
  • VSCode

How To Build

Only compatible with Windows OS

In the root directory of the project run the following:

  1. Build Solution
dotnet build
  1. Run Tests
dotnet test .\Spreadsheet-Kyle-Hurd\SpreadsheetEngine.Test\
  1. Run UI
dotnet run --project .\Spreadsheet-Kyle-Hurd\Spreadsheet-UI\
  1. Run Console For Expression Tree
dotnet run --project .\Spreadsheet-Kyle-Hurd\ExpressionTreeConsole\

Examples of Program

Blank Spreadsheet Blank Spreadsheet

Populated Spreadhseet Populated Spreadsheet

Colorized Spreadsheet Colorized Spreadhseet

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages