Skip to content

prableen14/Excel-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Excel-Clone

View live Demo at: https://prableen14.github.io/Excel-Clone/

Features

  1. Implemented New, Open(from local storage) , Save(in local storage) features.
  2. Can add multiple sheets to single workbook and rename those sheets.
  3. Selection of multiple cells using Ctrl key and mouse drag option.
  4. Adding text formatting(Bold, Italic,underline,font-size,font-style,font-color) , alignments and background colors to different selected cells at once.
  5. Cut, Copy and Paste feature for multiple cells and between different sheets.
  6. Set formula for each cell. (formula must be space separated)
  7. Implemented the Eval function(for calculation) using the stack data structure.
  8. Implemented cycle detection( Using directed- graph data structure) for each cell to prevent the cell to create the cycle.
  9. Clean and Responsive UI

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors