mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 03:16:01 +00:00
fixed export from Mongo into Excel and CSV #240
This commit is contained in:
@@ -24,6 +24,7 @@ class ExcelSheetWriterStream extends stream.Writable {
|
||||
this.structure = null;
|
||||
this.fileName = fileName;
|
||||
this.sheetName = sheetName;
|
||||
this.requireFixedStructure = true;
|
||||
}
|
||||
_write(chunk, enc, next) {
|
||||
if (this.structure) {
|
||||
|
||||
Reference in New Issue
Block a user