excel-as-json icon indicating copy to clipboard operation
excel-as-json copied to clipboard

get list of sheets and sheet names

Open ArsLucidum opened this issue 6 years ago • 0 comments

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'} ] .

ArsLucidum avatar Oct 02 '18 13:10 ArsLucidum