feat: add reservation import script for Excel data and install xlsx dependency

This commit is contained in:
2026-05-08 17:03:39 +01:00
parent 5912955b9c
commit b3c374251e
6 changed files with 365 additions and 32 deletions

View File

@@ -20,6 +20,7 @@
"@types/express": "^5.0.0",
"@types/node": "^24.10.1",
"tsx": "^4.19.2",
"typescript": "~5.9.3"
"typescript": "~5.9.3",
"xlsx": "^0.18.5"
}
}