Skip to content

This Spreadsheet application is built using Electron with EJS Template for UI in the frontend and NodeJS in the backend. Also JQuery is used in order to manipulate the frontend and handling all the required and possible events on the frontend to make the application to be simplistic and robust.

Notifications You must be signed in to change notification settings

mb11797/Spreadsheet-Excel-Clone-using-Electron-and-NodeJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spreadsheet-Excel-Clone-using-Electron-and-NodeJS

This Spreadsheet application is built using Electron with EJS Template for UI in the frontend and NodeJS in the backend. Also JQuery is used in order to manipulate the frontend and handling all the required and possible events on the frontend to make the application to be simplistic and robust.

Main features of the Excel Spreadsheet include:

-> Cell Address Display to know the current active or cell we are working on

-> Cell formula to perform complex calculations using the data from other cells in the grid (involves heavy usage of Data Structure concepts like trees and Graphs)

-> Propagation of changes in the cell data to the dependents and the parents immediately

-> Bold the text in the Cell

-> Underline

-> Italic

-> Horizontal Alignment (Left, Center, Right)

-> Font Style

-> Font Size

-> Text Color

-> Background Color

-> New File

-> Open Existing File

-> Save File

dem_EXCEL

About

This Spreadsheet application is built using Electron with EJS Template for UI in the frontend and NodeJS in the backend. Also JQuery is used in order to manipulate the frontend and handling all the required and possible events on the frontend to make the application to be simplistic and robust.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published