GhExcel - Sheet Name

I’m currently using a Grasshopper script to draw value tables from Excel files. I updated GhExcel recently, and it’s changed implementation a bit. Instead of sheet number, it now asks for a range of cells on a named sheet (where the input label on the component is the sheet name). I have a master finish schedule that breaks out into finish schedule by item. I’m probably diving in way over my head, but is there any way (using a Python script or something?) to dynamically rename the input?

It starts as Sheet1, but my Excel file is a bunch of generated tabs with titles like Master List, MW-1, MW-2, etc. for each millwork item, so I change the Sheet1 input to MW-8 to take the data from that sheet.