View live Demo at: https://prableen14.github.io/Excel-Clone/
Features
- Implemented New, Open(from local storage) , Save(in local storage) features.
- Can add multiple sheets to single workbook and rename those sheets.
- Selection of multiple cells using Ctrl key and mouse drag option.
- Adding text formatting(Bold, Italic,underline,font-size,font-style,font-color) , alignments and background colors to different selected cells at once.
- Cut, Copy and Paste feature for multiple cells and between different sheets.
- Set formula for each cell. (formula must be space separated)
- Implemented the Eval function(for calculation) using the stack data structure.
- Implemented cycle detection( Using directed- graph data structure) for each cell to prevent the cell to create the cycle.
- Clean and Responsive UI