prueba sin for <=
This commit is contained in:
@@ -50,7 +50,7 @@ async function readExecel ( path )
|
||||
try{
|
||||
await readXlsxFile(`${__dirname}/ArchivosCarga/cargaLibro.xlsx`).then(async (rows) => {
|
||||
//console.log(`Este es el renglon: ${rows}`);
|
||||
for(let i=1; i <= rows.length ; i++)
|
||||
for(let i=1; i < rows.length ; i++)
|
||||
{
|
||||
try{
|
||||
let titulo = corregir(rows [i][0]);
|
||||
|
||||
Reference in New Issue
Block a user