fix(nc-gui): oss excel import issue

This commit is contained in:
Ramesh Mane
2024-06-28 12:51:34 +00:00
parent fb213eee0e
commit 17249ed8a8

View File

@@ -38,7 +38,7 @@ export default class ExcelTemplateAdapter extends TemplateGenerator {
this.base = {
tables: [],
}
this.xlsx = xlsx || ({} as any)
this.xlsx = xlsx
}
async init() {