feat: add XLSX export functionality to ExportModal and update dependencies in package.json and package-lock.json

This commit is contained in:
Usman Baig
2026-01-29 23:45:34 +01:00
parent bdba3dec58
commit 8d197fa3e0
3 changed files with 126 additions and 3 deletions

View File

@@ -23,7 +23,8 @@
"react-icons": "^5.5.0",
"react-simple-maps": "^3.0.0",
"recharts": "^2.15.0",
"sonner": "^2.0.7"
"sonner": "^2.0.7",
"xlsx": "^0.18.5"
},
"overrides": {
"react-simple-maps": {