Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 362 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 362 Bytes

excel-clone

Developed a Excel Clone. Implemented all the text related features. Used Graph Data Structure to implement formulative dependencies between grids and used DFS based Cycle Detection Algorithm to detect and track cycle formed in the sheet. Also implemented download and upload feature. Developed the whole application using HTML, CSS and Javascript.