I understand that I can use VBA but
- I’ve found a way to get a sheet by name but not by location (5th sheet in workbook) or wildcard of name (sheet always named Results-*)
- I’d rather the user didn’t have to install Excel on his machine in order to run this.
I’d appreciate suggestions as to language/libraries in which this is the easiest to accomplish, from the following list:
- Java
- C#
- Groovy
- Ruby
For Java the getSheet(int) method in the JExcelApi does this.