Skip to content

Latest commit

 

History

History
64 lines (43 loc) · 2.27 KB

README.md

File metadata and controls

64 lines (43 loc) · 2.27 KB

Excel Clone

This is a spreadsheet application built with JQuery, Vanilla JS, HTML and CSS. The app uses graph data structure to implement excel formula.

www.sheets.com

Build Status

travis

Code Style

Standard - JavaScript Style Guide

Screenshots

image image image

Tech/Frameworks Used

Built with

Installation

Prerequisite - Install VS-Code on your device or any other code editor of your choice.

Fork the project & fire up a terminal to enter the following command:

$ git clone git@github.com:<username>/spreadsheet-app.git

cd into the project folder using:

$ cd ./spreadsheet-app/

To open the project in Visual Studio Code, enter:

$ code .

This will open up the project directory in your vs code.

Finally, run the project via live server or opening index.html directly in browser.

How to use?

  • Double click to type in a cell
  • Single click selects the cell
  • Left mouse btn click and drag cursor to select multiple cells at once
  • The above result can also be achieved by pressing control key and left mouse button
  • New sheets can be added using the plus button
  • Supports cut, copy paste, fonts, font-size, background color, text colors and text alignment via icon clicks
  • File button has options to open a new file, save the current one or open a previous saved file.
  • The files are stored in JSON format and currently supports .json extensions only

Licence

This project is licensed under the terms of the MIT license.