Not able to generate Excel Report of size 1171KB using HtmlToXlsx Receipe
-
The excel is not getting generated in MVC using Razor view with large data.
With small data we are able to generate.
In playground the issue is replicatable.Below is the link.
https://playground.jsreport.net/w/bhupendra.singh/88XkSXhf
-
Thank you for the demo.
Do you get also timeout errors in your .net app?
It should help to change the templatingEngines.timeoutnew LocalReporting().Configure(cfg => { cfg.TemplatingEngines= new TemplatingEnginesConfiguration() { Timeout = 120000 } return cfg; })
We are implementing massive performance improvement to the jsreport@2.7.0 regarding html-to-xlsx recipe.
Stay tuned.
-
We tried with Timeout settings but it did not resolve the issue.