Merge branch 'main' into next

This commit is contained in:
GitHub Actions Bot 2024-09-18 09:16:18 +00:00
commit ed3b047c9c

View File

@ -43,7 +43,7 @@ async function exportXlsxAction(ctx: Context, next: Next) {
},
});
const wb = await xlsxExporter.run();
const wb = await xlsxExporter.run(ctx);
ctx.body = XLSX.write(wb, { type: 'buffer', bookType: 'xlsx' });