Hello,
I have a problem with the download name of a file. I use following code to trigger the download of an excel file:
XLSX.writeFile(wb, fileNameWithExt);
But for some users the function don't uses the paramater fileNameWithExt it uses a random GUID:
How i can fix this problem? Is there something i can check? fileNameWithExt is set to the correct filename.
Hello, I have a problem with the download name of a file. I use following code to trigger the download of an excel file: XLSX.writeFile(wb, fileNameWithExt); But for some users the function don't uses the paramater fileNameWithExt it uses a random GUID: How i can fix this problem? Is there something i can check? fileNameWithExt is set to the correct filename.