WorkSpace is a desktop application based on Electron frame work similar to MS-EXCEL. It contains following features.
- Feature to create new, open and save file. (in json format)
- Page can be scrolled, just like in Ms-Excel.
- Format cells
- Apply Font-size, Font-family, Font-color, Cell-color.
- change the Alignment, or make Bold, Italic and Underline text inside a cell.
- Excel application formula feature (based on Graph Algo's DFS), can apply arithmetic formula over a cell. (each address separated by space)
The AIM is to develop a Desktop Application to work with worksheets, that should be Cross-Platform nature.