I can't delete it because there are formulas in the rows. When I tried it in v3.10.0, the approximate rendering time is more than 5 minutes. Is there a special config you use to render in 50 seconds? I mentioned that I encountered the same situation when I tried it in the playground version. Is there an approach without upgrading the version or mostly the all versions have the same issue?
Posts made by sallystalone
-
RE: XLSX template rendering problem.
-
XLSX template rendering problem.
Hello.
I have a jsreport template. I shared the link below. Here, jsreport takes a very long time in the xlsx section while rendering. I get either a timeout or socket hang up error when rendering both in the playground and in the v3.10.0 version, but when I switch to the v2.11.0 version, my xlsx template that I have already uploaded is rendered quickly. Also the config I use on the v3.10.0 sidejsreport playground link : https://playground.jsreport.net/w/anon/rlPbYIM~
jsreport.config.json
{
"allowLocalFilesAccess": true,
"reportTimeout": 4500000,
"chrome": {
"timeout": 4500000,
"launchOptions": {
"args": [
"--disable-dev-shm-usage"
]
}
},
"store": {
"provider": "fs"
},
"extensions": {
"fs-store": {
"dataDirectory": "data",
"syncModifications": true,
"sync": {
"usePolling": true
}
},
"express": {
"renderTimeout": 300000,
"inputRequestLimit": "550mb"
},
"xlsx": {
"numberOfParsedAddIterations": 500
}
},
"templatingEngines": {
"numberOfWorkers": 2,
"strategy": "in-process"
}
}How can I render this template on v3.10.0 and playgorund side?
Do you have any suggestions for this?