SheetJS保存Excel文件

看看我

/* output format determined by filename */
XLSX.writeFile(workbook, 'out.xlsb');
/* at this point, out.xlsb will have been downloaded */
原文地址:https://www.cnblogs.com/vvull/p/15040206.html