Skip to content

amanksdotdev/excel-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

excel-clone

Note: This was a very naive brute force approach of mine to implement excel features, this project was good for learning but isn't great in performance and obviously not good for actual use. I'm planning to do an update on this project with TypeScript and React for improved performance and state management. I'll keep the vanilla javascript implementation in a branch for future reference and learning purpose.`

This is a cross platform spreadsheet application I made with HTML, CSS, JavaScript and Electronjs for packaging builds.

Installation

Try the web verison by going here.

OR

Download for your operating system

NOT AVAILABLE FOR WINDOWS AT THE MOMENT!

Features

  1. Formatting - Bold, Italic, Underline, Strikethrough, fonts family, font size and alignment.
  2. Formula - Can create functions for cell, cycle detection is implemented.
  3. Multi-sheet - Can add multiple sheet with in a workbook.
  4. File handling - New, open and save button is available.
  5. UI - Clean and beautiful user interface with adpative cell size.

Screenshots

Screenshot from 2021-05-23 00-42-21

Screenshot from 2021-05-23 00-42-45

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

Clone of Excel using vanilla javascript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published