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.
Try the web verison by going here.
OR
Download for your operating system
NOT AVAILABLE FOR WINDOWS AT THE MOMENT!
- Formatting - Bold, Italic, Underline, Strikethrough, fonts family, font size and alignment.
- Formula - Can create functions for cell, cycle detection is implemented.
- Multi-sheet - Can add multiple sheet with in a workbook.
- File handling - New, open and save button is available.
- UI - Clean and beautiful user interface with adpative cell size.
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.