Building a web based spreadsheet application server & rich web app
// readme
Application
This repo contains the powerful engine that performs all the features and actions expected of a functional spreadsheet.
The application is logically separated into two parts.
- The client contains the web browser application. Actions performed by the user become REST API calls to the server.
- The server contains all the supporting REST APIs using JSON for request and response payloads that eventually interact with engine.
Global settings (SpreadsheetMetadata)
Each and every spreadsheet is represented by a single SpreadsheetMetadata object instance.
A wide variety of items are stored for each spreadsheet including but not limited to:
- Each item is allocated a unique…