How to read Excel File with multiple Worksheet in logstash?

I have a dataset Excel file that have 10 worksheet so I want to access particular worksheet? How I can read worksheet?

The standard approach is to export the worksheet as a csv, then have logstash read the csv.