mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 13:46:00 +00:00
quick export WIP
This commit is contained in:
@@ -64,5 +64,18 @@ const fileFormat = {
|
||||
|
||||
export default {
|
||||
fileFormats: [fileFormat],
|
||||
quickExports: [
|
||||
{
|
||||
label: 'MS Excel',
|
||||
extension: 'xlsx',
|
||||
createWriter: (fileName) => ({
|
||||
functionName: 'writer',
|
||||
props: {
|
||||
fileName,
|
||||
sheetName: 'data',
|
||||
},
|
||||
}),
|
||||
},
|
||||
],
|
||||
initialize,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user