Posted 8 September 2017, 10:07 am EST
Hi,
Currently we are using big template with 20 tabs and in this we have to set data for around 15000 cells. First we load the template from JSON and then load the dynamic data of 15000 cells dynamically in loop which takes lot of time and makes our application un-usable.
Is there any way build the data JSON with cell properties (row/column position, validator, editable/read-only etc.) and cell value, and load the JSON into spreadJS object with single line. By doing this, our loop will be removed and application will load template with data fast.
Your help is much appreciated.
Thanks,
Naren