Se agregó la contraseña de acceso

This commit is contained in:
2025-03-15 12:02:41 -06:00
parent 27888ef2f8
commit 6e69dc8d2b
7 changed files with 174 additions and 152 deletions
+1 -4
View File
@@ -7,10 +7,7 @@ export class ExcelService {
async readEmailsFromExcel(file: Express.Multer.File) {
if (!file) {
throw new Error('Archivo Excel no encontrado');
}
const workbook = new ExcelJS.Workbook();