mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 17:57:05 +00:00
fix(nc-gui): oss excel import issue
This commit is contained in:
@@ -38,7 +38,7 @@ export default class ExcelTemplateAdapter extends TemplateGenerator {
|
||||
this.base = {
|
||||
tables: [],
|
||||
}
|
||||
this.xlsx = xlsx || ({} as any)
|
||||
this.xlsx = xlsx
|
||||
}
|
||||
|
||||
async init() {
|
||||
|
||||
Reference in New Issue
Block a user