| Package | Description |
|---|---|
| org.openl.excel.parser | |
| org.openl.excel.parser.dom | |
| org.openl.excel.parser.event | |
| org.openl.excel.parser.sax |
| Modifier and Type | Method and Description |
|---|---|
List<? extends SheetDescriptor> |
ExcelReader.getSheets()
Get all sheet descriptors
|
| Modifier and Type | Method and Description |
|---|---|
Object[][] |
ExcelReader.getCells(SheetDescriptor sheet)
Parse and get all cells from a given sheet
|
TableStyles |
ExcelReader.getTableStyles(SheetDescriptor sheet,
IGridRegion tableRegion)
Get styles for a given table
|
| Modifier and Type | Class and Description |
|---|---|
class |
DOMSheetDescriptor |
| Modifier and Type | Method and Description |
|---|---|
List<? extends SheetDescriptor> |
DOMReader.getSheets() |
| Modifier and Type | Method and Description |
|---|---|
Object[][] |
DOMReader.getCells(SheetDescriptor sheet) |
TableStyles |
DOMReader.getTableStyles(SheetDescriptor sheet,
IGridRegion tableRegion) |
| Modifier and Type | Class and Description |
|---|---|
class |
EventSheetDescriptor |
| Modifier and Type | Method and Description |
|---|---|
List<? extends SheetDescriptor> |
EventReader.getSheets() |
| Modifier and Type | Method and Description |
|---|---|
Object[][] |
EventReader.getCells(SheetDescriptor sheet) |
Object[][] |
WorkbookListener.getCells(SheetDescriptor sheet) |
TableStyles |
EventReader.getTableStyles(SheetDescriptor sheet,
IGridRegion tableRegion) |
| Modifier and Type | Class and Description |
|---|---|
class |
SAXSheetDescriptor |
| Modifier and Type | Method and Description |
|---|---|
Object[][] |
SAXReader.getCells(SheetDescriptor sheet) |
TableStyles |
SAXReader.getTableStyles(SheetDescriptor sheet,
IGridRegion tableRegion) |
Copyright © 2004–2019 OpenL Tablets. All rights reserved.