diff --git a/packages/plugins/export/src/server/actions/export-xlsx.ts b/packages/plugins/export/src/server/actions/export-xlsx.ts index 6724c8c4e..6cb30aaae 100644 --- a/packages/plugins/export/src/server/actions/export-xlsx.ts +++ b/packages/plugins/export/src/server/actions/export-xlsx.ts @@ -27,7 +27,7 @@ export async function exportXlsx(ctx: Context, next: Next) { const { rows, ranges } = await render({ columns, fields: collectionFields, data }, ctx); ctx.body = xlsx.build([ { - name: title, + name: 'Sheet 1', data: rows, options: { '!merges': ranges,