excel-as-json
excel-as-json copied to clipboard
get list of sheets and sheet names
Hi, I'm using this project to automatically process some excel files in node. So far it's been very useful, but I'm having a little trouble due to having to provide an sheet index as argument yet not being able to get how many indexes are available, nor the name of each sheet - something that's a small bottleneck to my automation.
Would it be possible to get a new method that provides said data? perhaps an array of sheet index and name, something like[ {index:1, name:'nameOfThatSheet'} , {index:2, name:'nameOADifferentSheet'} ]
.