Is there a way to modify the Excel Importer module to spell out what sheet name you want to import instead of using the number of the sheet. I have a spreadsheet that has a lot of sheets some are hidden and some are not. Instead of trying to figure out what sheet number they want to import i want the user to spell out the sheet name.
asked
Valeriy Kulakevich
1 answers
0
Hi Valeriy,
The Apache POI library that the Excel importer module uses does allow identifying the sheet names so technically this is possible but it will require you to work on the Java code of the module.