I have followed the same steps as in the blog https://jsreport.net/blog/pdf-reports-in-electron-app. I have only added the excel rendering using html-to-xlsx
Posts made by CarlosCruz96
-
RE: Excel reports in executable Electron app
-
RE: Excel reports in executable Electron app
Failed to launch chrome! spawn C:\Users\pepe\AppData\Local\Programs\contafi\resources\app.asar\node_modules\puppeteer\.local-chromium\win64-706915\chrome-win\chrome.exe ENOENT
-
RE: Excel reports in executable Electron app
This is the complete error
error while generating or saving report: Error: Error while executing html-to-xlsx recipe.
Failed to launch chrome! spawn C:\Users\pepe\AppData\Local\Programs\contafi\resources\app.asar\node_modules\puppeteer\.local-chromium\win64-706915\chrome-win\chrome.exe ENOENTSorry, I misspelled the previous error
-
Excel reports in executable Electron app
Hello,
I am trying to configure jsreport in electron app.
I followed example on https://jsreport.net/blog/pdf-reports-in-electron-app
I am using html-to-xlsx to generate the excel file.
But when I try to run my application I am getting following error:
error while generating or saving report: Error: Error while executing html-to-xlsx recipe. Failed to launch the browser process! spawn C:\dist\win-unpacked\resources\app.asar\node_modules\puppeteer\.local-chromium\win64-800071\chrome-win\chrome.exe ENOENT.Any idea why this could be or how to resolve issue?
Thanks for any help.