Posted 16 July 2022, 2:45 am EST
Is it possible to use spreadjs on the server side as a headless component without the UI.
Let me give an example.
I create an excel file with a model to calculate score for a quiz.
This excel mode is stored server side .I mean the json representation with formulas, data model , etc.
From a html page user submits a quiz with answers (the quiz front is not using spreadjs , just plain html css ).
The server gets the submitted quiz , passes it into the excel model stored on the server , calculates score and returns back the model with calculations performed from the excel model.
The client uses this returned model from the http response to display scores on the client.
Something like this library claims to do :
https://hyperformula.handsontable.com/#what-is-hyperformula