quick exports - basic skeleton working

This commit is contained in:
Jan Prochazka
2021-06-06 10:25:52 +02:00
parent 50b90e181a
commit 27311afb31
5 changed files with 96 additions and 64 deletions

View File

@@ -68,11 +68,11 @@ export default {
{
label: 'MS Excel',
extension: 'xlsx',
createWriter: (fileName) => ({
functionName: 'writer',
createWriter: (fileName, dataName) => ({
functionName: 'writer@dbgate-plugin-excel',
props: {
fileName,
sheetName: 'data',
sheetName: dataName,
},
}),
},