I am trying to add a new form in my Sync-Endpoint Server. To do it I created a proper form.xlsx file with all the necessary sheets. To converter the .xlsx file to .json I used the following command
grunt xlsx-convert-all
But I got the following error trace
I have increased by typing node --max-old-space-size=8192 xlsx.js
and overall export NODE_OPTIONS=--max-old-space-size=8192
but anything solved this problem.
Here (171.7 KB) it is the .xlsx file. OBS: I have used it before in ODK stack without problem.