SheetJS / sheetjs

📗 SheetJS Spreadsheet Data Toolkit -- New home https://git.sheetjs.com/SheetJS/sheetjs
https://sheetjs.com/
Apache License 2.0
35.19k stars 7.99k forks source link

Wrong filename when download file #2806

Closed thunerfisch closed 2 years ago

thunerfisch commented 2 years ago

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.

SheetJSDev commented 2 years ago

See https://github.com/SheetJS/sheetjs/issues/2759