public interface ExcelReader extends Reader, ExcelHandler
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAllSpreadSheetNames()
Gets all the spread sheets names in order as a list
|
String[] |
getAllSpreadSheetNamesAsArray()
Gets all the spread sheets names in order in a array
|
int |
getSpreadSheetCount()
Gets the total number of spreadsheets available
|
getSpreadSheetIndex, getSpreadSheetName, setSpreadSheetIndex, setSpreadSheetNameint getSpreadSheetCount()
throws IOException
IOException - if the reader can not access the excel fileList<String> getAllSpreadSheetNames() throws IOException
IOException - if the reader can not access the excel fileString[] getAllSpreadSheetNamesAsArray() throws IOException
IOException - if the reader can not access the excel fileCopyright © 2016. All rights reserved.