Export to PDF or excel

Answered

hi,
how come after export to excel or pdf , the file can’t be open, have error. For excel and pdf i have attached the error file for view.
 
please advice what the problem…

5 answers

WebDataRocks Team WebDataRocks March 12, 2020

Hello, Kenny,
 
Thank you for reaching out to us.
 
We would like to kindly inform you that the problem is not reproducible on our side.
It would be useful for our investigation if you could provide us with a data set where the issue is reproducible so we could test it on our side.
 
We are looking forward to hearing from you.
 
Best regards,
WebDataRocks Team

Loyal Pridgen April 24, 2020

Hi,
I get the exact same problem exporting PDF, Excel or HTML with even the simple step 1 example when I run it on my local machine.  https://www.webdatarocks.com/doc/how-to-start-online-reporting/  
It looks like there is some disconnect in the encoding used.   I have attached the HTML, PDF & Excel output files that were created.  
Please advise.

Loyal Pridgen April 24, 2020

When I look at the code related to exporting excel files…the following lines hint at potentially some missing directories in the download zip related to xl/:
var E1m = “[Content_Types].xml”;
var M3m = “docProps/core.xml”;
var I3m = “STORE”;
var n3m = “uint8array”;
var x3m = “docProps/app.xml”;
var H3m = “xl/theme/theme1.xml”;
var q3m = “xl/worksheets/sheet”;
var k3m = “_rels/.rels”;
var Q3m = “xl/workbook.xml”;
var h3m = “xl/sharedStrings.xml”;
var z3m = “xl/_rels/workbook.xml.rels”;
var C3m = “xl/styles.xml”;

Loyal Pridgen April 24, 2020

When I look at the code related to exporting excel files…the following lines hint at potentially some missing directories in the download zip related to xl/:
var E1m = “[Content_Types].xml”;
var M3m = “docProps/core.xml”;
var I3m = “STORE”;
var n3m = “uint8array”;
var x3m = “docProps/app.xml”;
var H3m = “xl/theme/theme1.xml”;
var q3m = “xl/worksheets/sheet”;
var k3m = “_rels/.rels”;
var Q3m = “xl/workbook.xml”;
var h3m = “xl/sharedStrings.xml”;
var z3m = “xl/_rels/workbook.xml.rels”;
var C3m = “xl/styles.xml”;

WebDataRocks Team WebDataRocks May 15, 2020

Please find the continuation and the solution of the issue in the following thread: https://www.webdatarocks.com/question/does-webdatarocks-use-other-libraries-for-excel-pdf-html-exports/