public interface ExcelHandler extends Reader
| Modifier and Type | Method and Description |
|---|---|
int |
getSpreadSheetIndex()
Gets the index of the current spreadsheet
|
String |
getSpreadSheetName()
Gets the name of the current spreadsheet
|
void |
setSpreadSheetIndex(int index)
Sets current spreadsheet by index.
|
void |
setSpreadSheetName(String spreadSheetName)
Sets current spreadsheet by name.
|
int getSpreadSheetIndex()
void setSpreadSheetIndex(int index)
throws IOException
ExcelReader.getSpreadSheetCount() - 1.index - of the current spreadsheetIOException - if the spread sheet index can not be setString getSpreadSheetName()
void setSpreadSheetName(String spreadSheetName) throws IOException, IllegalArgumentException
spreadSheetName - the name spreadsheetIOException - if the spread sheet index name not be setIllegalArgumentExceptionCopyright © 2016. All rights reserved.