SheetJS / sheetjs

📗 SheetJS Spreadsheet Data Toolkit -- New home https://git.sheetjs.com/SheetJS/sheetjs

Home Page:https://sheetjs.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong filename when download file

thunerfisch opened this issue · comments

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:
image
How i can fix this problem? Is there something i can check? fileNameWithExt is set to the correct filename.