public interface IDAREWorkbook
IDAREWorkbook
contains one or multiple sets of data in individual IDARESheet
sModifier and Type | Method and Description |
---|---|
int |
getNumberOfSheets()
Get the number of individual data sheets present in this workbook
|
IDARESheet |
getSheet(String arg0)
Get the sheet with the specified name
|
IDARESheet |
getSheetAt(int arg0)
Get the Sheet at the requested position, or null if it does not exist-
|
int |
getSheetIndex(IDARESheet arg0)
Get the index of the provided
IDARESheet . |
int |
getSheetIndex(String arg0)
Get the 0-based index of a sheet with the provided name
|
String |
getSheetName(int arg0)
Get the name of the sheet at the provided position
|
int getNumberOfSheets()
IDARESheet getSheet(String arg0)
arg0
- the name of the requested sheetIDARESheet
, or null if it does not exist.IDARESheet getSheetAt(int arg0)
arg0
- the 0-based position of the Sheet.int getSheetIndex(String arg0)
arg0
- the name of the IDARESheet
int getSheetIndex(IDARESheet arg0)
IDARESheet
.arg0
- the Sheet for which to obtain the index.String getSheetName(int arg0)
arg0
- the position of the sheet for which to obtain the nameIDARESheet
, or null if the position does not contain a sheet.Copyright © 2018. All rights reserved.