public interface ExcelReader extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close ExcelReader and release resources.
|
Object[][] |
getCells(SheetDescriptor sheet)
Parse and get all cells from a given sheet
|
List<? extends SheetDescriptor> |
getSheets()
Get all sheet descriptors
|
TableStyles |
getTableStyles(SheetDescriptor sheet,
IGridRegion tableRegion)
Get styles for a given table
|
boolean |
isUse1904Windowing()
Sometimes we need to convert parsed double value to date.
|
List<? extends SheetDescriptor> getSheets()
Object[][] getCells(SheetDescriptor sheet)
sheet - sheet to parseboolean isUse1904Windowing()
TableStyles getTableStyles(SheetDescriptor sheet, IGridRegion tableRegion)
sheet - sheet containing the tabletableRegion - region needed to get styles for a given tablevoid close()
close in interface AutoCloseableCopyright © 2004–2019 OpenL Tablets. All rights reserved.