/Workbook

contains spreadsheet with features like to open, create and save a file in System with use of HTML, CSS, JS, JQuery.

Primary LanguageJavaScript

Work-Book

It contains spreadsheet with editing features like to change allignment, text color, font-size and background color. It also have file system features like to open a file, create a new file, save a file in System.

Installations :-

npm init -y npm install electron //For Linux Users, write command sudo npm install electron npm install jquery npm install ejs-electron

Steps:-

Create main.js

Update in package.json (a). { "main": "main.js", } (b). "scripts": { "test": "echo "Error: no test specified" && exit 1", "start": "electron ." }

Execute by writing the following command in terminal -> npm start

Workbook