Uses of Interface
org.openl.excel.parser.SheetDescriptor
-
Packages that use SheetDescriptor Package Description org.openl.excel.parser org.openl.excel.parser.dom org.openl.excel.parser.event org.openl.excel.parser.sax -
-
Uses of SheetDescriptor in org.openl.excel.parser
Methods in org.openl.excel.parser that return types with arguments of type SheetDescriptor Modifier and Type Method Description List<? extends SheetDescriptor>ExcelReader. getSheets()Get all sheet descriptorsMethods in org.openl.excel.parser with parameters of type SheetDescriptor Modifier and Type Method Description Object[][]ExcelReader. getCells(SheetDescriptor sheet)Parse and get all cells from a given sheetTableStylesExcelReader. getTableStyles(SheetDescriptor sheet, IGridRegion tableRegion)Get styles for a given table -
Uses of SheetDescriptor in org.openl.excel.parser.dom
Classes in org.openl.excel.parser.dom that implement SheetDescriptor Modifier and Type Class Description classDOMSheetDescriptorMethods in org.openl.excel.parser.dom that return types with arguments of type SheetDescriptor Modifier and Type Method Description List<? extends SheetDescriptor>DOMReader. getSheets()Methods in org.openl.excel.parser.dom with parameters of type SheetDescriptor Modifier and Type Method Description Object[][]DOMReader. getCells(SheetDescriptor sheet)TableStylesDOMReader. getTableStyles(SheetDescriptor sheet, IGridRegion tableRegion) -
Uses of SheetDescriptor in org.openl.excel.parser.event
Classes in org.openl.excel.parser.event that implement SheetDescriptor Modifier and Type Class Description classEventSheetDescriptorMethods in org.openl.excel.parser.event that return types with arguments of type SheetDescriptor Modifier and Type Method Description List<? extends SheetDescriptor>EventReader. getSheets()Methods in org.openl.excel.parser.event with parameters of type SheetDescriptor Modifier and Type Method Description Object[][]EventReader. getCells(SheetDescriptor sheet)Object[][]WorkbookListener. getCells(SheetDescriptor sheet)TableStylesEventReader. getTableStyles(SheetDescriptor sheet, IGridRegion tableRegion) -
Uses of SheetDescriptor in org.openl.excel.parser.sax
Classes in org.openl.excel.parser.sax that implement SheetDescriptor Modifier and Type Class Description classSAXSheetDescriptorMethods in org.openl.excel.parser.sax with parameters of type SheetDescriptor Modifier and Type Method Description Object[][]SAXReader. getCells(SheetDescriptor sheet)TableStylesSAXReader. getTableStyles(SheetDescriptor sheet, IGridRegion tableRegion)
-