Skip to content

Commit

Permalink
feat: add the export feature (#58)
Browse files Browse the repository at this point in the history
* feat: add the export feature

* chore: update package.json

* fix: fix the excel file switch error problem

* fix: fix lockfile

---------

Co-authored-by: 白熱 <sonne@asaki.me>
  • Loading branch information
karlsbeard and jikkai committed Apr 18, 2024
1 parent 35b70fb commit ba1a8a2
Show file tree
Hide file tree
Showing 6 changed files with 376 additions and 185 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,11 @@
"@univerjs/sheets-ui": "^0.1.7",
"@univerjs/sheets-zen-editor": "^0.1.7",
"@univerjs/ui": "^0.1.7",
"defu": "^6.1.4"
"defu": "^6.1.4",
"jszip": "^3.10.1"
},
"optionalDependencies": {
"@univerjs-pro/exchange-wasm": "^1.0.3"
"@univerjs-pro/exchange-wasm": "^1.1.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.13.3",
Expand Down
Loading

0 comments on commit ba1a8a2

Please sign in to comment.