mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 04:05:45 +00:00
Merge branch 'main' into next
This commit is contained in:
commit
ed3b047c9c
@ -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' });
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user