Usando estilos lint
This commit is contained in:
@@ -131,7 +131,7 @@ export class EmailService {
|
||||
const worksheet = workbook.worksheets[0];
|
||||
|
||||
const data: any[] = [];
|
||||
let headers: string[] = [];
|
||||
const headers: string[] = [];
|
||||
worksheet.eachRow((row, rowNumber) => {
|
||||
const rowData: any = {};
|
||||
row.eachCell({ includeEmpty: true }, (cell, colNumber) => {
|
||||
|
||||
Reference in New Issue
Block a user