You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
为啥我试了,不行呢,报错Uncaught TypeError: excel.addSheet is not a function
const excel = new LuckyExcel();
const sheet = excel.addSheet('Sheet1'); // 添加一个名为 "Sheet1" 的工作表
sheet.setData(data); // 设置数据
excel.save('导出的文件名.xlsx');
The text was updated successfully, but these errors were encountered:
为啥我试了,不行呢,报错Uncaught TypeError: excel.addSheet is not a function
const excel = new LuckyExcel();
const sheet = excel.addSheet('Sheet1'); // 添加一个名为 "Sheet1" 的工作表
sheet.setData(data); // 设置数据
excel.save('导出的文件名.xlsx');
The text was updated successfully, but these errors were encountered: