Skip to content

Ankitchaudharyy/Spreadsheet-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Excel Cloning

It simulate limited functionality of Microsoft Excel.Cross PlatForm DeskTop Application build using Electron.js. It combines the Chromium rendering engine and the Node.js runtime

Features

  1. Formatting
  2. Simple Formulas Evaluation
    • Graphs Cycle Check(Formula Dependency)
    • Infix Evaluation
  3. New Open Save
  4. Cell Responsive
  5. Scroll Bar

Algorithms Used

  1. Depth First Search
  2. Cycle check in Directed Graph

Run the Application

  1. Clone this repository
git clone https://github.com/Ankitchaudharyy/Spreadsheet-Clone
cd './EXCEL CLONE/activity'
npm install
npm start

OUTPUT

Dependency bw cells

App UI

Each cell State

DataBase

First Image

Second Image

Updated State of Cell

Upstream And DownStream Object

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors