feat(export): add Excel export for CFDIs and reports

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Consultoria AS
2026-01-22 02:58:19 +00:00
parent b25816df20
commit 6d59c8d842
5 changed files with 174 additions and 1 deletions

View File

@@ -21,7 +21,8 @@
"express": "^4.21.0",
"helmet": "^8.0.0",
"jsonwebtoken": "^9.0.2",
"zod": "^3.23.0"
"zod": "^3.23.0",
"exceljs": "^4.4.0"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",