Skip to content

A sheet that has minimal funtionalitys of excel such as proforming mathimatical expretions finding median range and avarage (just add "=" to the start of the cell and enter your desire condition and press enter) also it has the functionality of add to cells as in the other softwares by apply simpla A22 : B3 cell formate

Notifications You must be signed in to change notification settings

Engrkhizarkhan/Spreed-Sheet

Repository files navigation

Dynamic Spreadsheet with Formula Parsing

This project implements a dynamic spreadsheet application that supports mathematical operations, custom functions, and cell references.

Features

  • Mathematical operations like addition, subtraction, multiplication, and division.
  • Built-in spreadsheet functions such as sum, average, median, etc.
  • Support for cell references and ranges (e.g., A1, B2:C5).
  • Real-time formula evaluation and updates when cell values change.
  • Responsive UI grid to simulate a spreadsheet environment.

Formulas

  • sum
  • average
  • median
  • even
  • someeven
  • everyeven
  • firsttwo
  • lasttwo
  • has2
  • increment
  • random
  • range
  • nodupes
  • To apply formula use the formate of =sum(A1:B54).

Installation

  1. Clone this repository.
  2. Open the index.html file in a web browser to start the application.

Usage

  1. Enter a mathematical formula or function starting with '=' in any cell (e.g., =A1+B2, =SUM(A1:A5)).
  2. The application will evaluate the formula and display the result in the corresponding cell.

Contributing

Feel free to fork this repository, submit issues, and create pull requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A sheet that has minimal funtionalitys of excel such as proforming mathimatical expretions finding median range and avarage (just add "=" to the start of the cell and enter your desire condition and press enter) also it has the functionality of add to cells as in the other softwares by apply simpla A22 : B3 cell formate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published