Closed ghost closed 5 years ago
There is an issue like if I passed a Worksheet name, that does not exist in the source file. Then also return blank data. I think it should be handled by this lib. Let me know when it will be updated.
You can get all sheets names from the object returned by the lib. Object.keys(resultObjectFromExcelToJson)
will give you that.
Thanks!! I got it.
Hi, Is there any method to find all worksheets name from the source file(excel file)