In my Spreadsheets Application, I have implemented just some of the functions of real excel. Used Graph data structure.
- Spreadsheets has the basic features similar to an excel.
- UI has been created similar to Google Sheets.
- Add data, delete data, process data are some of its features.
- Each cell of excel clone can be connected to any other cell.
- Data can be saved.
- Link Spreadsheets
- You can insert formula for a cell to compute it's value.
- The formula bar supports complex formulas that can include parent elements, allowing users to perform computations across multiple cells.