LibreCat / Catmandu-XLS

an XLS exporter
https://metacpan.org/release/Catmandu-XLS
0 stars 2 forks source link

Can process only the first worksheet #15

Closed boychev closed 8 years ago

boychev commented 8 years ago

The XLS importer only allows processing the first worksheet. Could you add an optional parameter to specify which worksheet to process?

jorol commented 8 years ago

Thanks for the comment. I will add that in the next release.

boychev commented 8 years ago

Thank you!

jorol commented 8 years ago

Just pushed v.0.07 to CPAN.

You can now adress a specific worksheet by its index (0,1,2,...). Default 0.

catmandu convert XLS --worksheet 1 --file ./t/test.xls to JSON