This project implements a dynamic spreadsheet application that supports mathematical operations, custom functions, and cell references.
- 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.
- sum
- average
- median
- even
- someeven
- everyeven
- firsttwo
- lasttwo
- has2
- increment
- random
- range
- nodupes
- To apply formula use the formate of =sum(A1:B54).
- Clone this repository.
- Open the
index.html
file in a web browser to start the application.
- Enter a mathematical formula or function starting with '=' in any cell (e.g., =A1+B2, =SUM(A1:A5)).
- The application will evaluate the formula and display the result in the corresponding cell.
Feel free to fork this repository, submit issues, and create pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.