I am working with sheet.Js library in Javascript. While writing the file from local browser It always ask me to saveAs file (PopUP screen to select the location to save).
XLSX.writeFile(workbook, fileName);
I want that it should write the file in default location (without opening popup window to save.)