mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 02:06:01 +00:00
quick exports - basic skeleton working
This commit is contained in:
@@ -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,
|
||||
},
|
||||
}),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user