Skip to content

Commit

Permalink
feat: add the xls & xlsm type
Browse files Browse the repository at this point in the history
  • Loading branch information
karlsbeard committed Apr 16, 2024
1 parent 7ceb999 commit 6709cd2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ export default class UniverPlugin extends Plugin {

this.registerExtensions(['usheet'], USheetType)
this.registerExtensions(['udoc'], UDocType)
this.registerExtensions(['xlsx'], XlsxType)
this.registerExtensions(['xls'], XlsxType)
this.registerExtensions(['xlsx', 'xls', 'xlsm'], XlsxType)
}

async loadSettings() {
Expand Down

0 comments on commit 6709cd2

Please sign in to comment.