Uses of Interface
org.openl.excel.parser.ExcelReader
-
Packages that use ExcelReader Package Description org.openl.excel.parser org.openl.excel.parser.dom org.openl.excel.parser.event org.openl.excel.parser.sax -
-
Uses of ExcelReader in org.openl.excel.parser
Methods in org.openl.excel.parser that return ExcelReader Modifier and Type Method Description ExcelReaderExcelReaderFactory. create(InputStream inputStream)ExcelReaderExcelReaderFactory. create(String fileName)protected abstract ExcelReaderExcelReaderFactory. create(String fileName, InputStream inputStream) -
Uses of ExcelReader in org.openl.excel.parser.dom
Classes in org.openl.excel.parser.dom that implement ExcelReader Modifier and Type Class Description classDOMReader -
Uses of ExcelReader in org.openl.excel.parser.event
Classes in org.openl.excel.parser.event that implement ExcelReader Modifier and Type Class Description classEventReader -
Uses of ExcelReader in org.openl.excel.parser.sax
Classes in org.openl.excel.parser.sax that implement ExcelReader Modifier and Type Class Description classSAXReader
-