You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have added content in only 28 rows but it taking whole sheet and showing 1048475 ROWs in result
I am using this code
`var parser = new (require('simple-excel-to-json').XlsParser)();
let doc = parser.parseXls2Json("/root-path-to-the-file/tempfiles/6fbed0ba-cd8c-4a77-8a78-d4b0ea0d936d.xlsx");
console.log(doc[0])
`
The text was updated successfully, but these errors were encountered:
I have added content in only 28 rows but it taking whole sheet and showing 1048475 ROWs in result
I am using this code
`var parser = new (require('simple-excel-to-json').XlsParser)();
let doc = parser.parseXls2Json("/root-path-to-the-file/tempfiles/6fbed0ba-cd8c-4a77-8a78-d4b0ea0d936d.xlsx");
console.log(doc[0])
`
The text was updated successfully, but these errors were encountered: