Se agregó la contraseña de acceso
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user