Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/benjaminmichaelis/spreadsheetapplication

Excel-like spreadsheet in C# using WinForms
https://github.com/benjaminmichaelis/spreadsheetapplication

csharp excel spreadsheet winforms

Last synced: about 2 months ago
JSON representation

Excel-like spreadsheet in C# using WinForms

Awesome Lists containing this project

README

        

# Spreadsheet Application

[![Build and Test](https://github.com/BenjaminMichaelis/SpreadsheetApplication/actions/workflows/build-and-test.yml/badge.svg?event=push)](https://github.com/BenjaminMichaelis/SpreadsheetApplication/actions/workflows/build-and-test.yml)

Custom C# Spreadsheet application using WinForms to mock some of the functionality of an excel-like application.

## Features
* Circular reference detection
* Can reference cells in equations
* Cells automatically update when referenced cells are changed
* Undo & Redo
* Additional operators may be added quickly and easily.
* Standalone Logic engine (seperate from UI)
* Variables may be defined and used in equations
* Expressions are compiled and only rebuilt when change in expression is detected
* Expressions support parenthetical priority