Uses of Interface
org.openl.rules.lang.xls.load.CellLoader
-
Packages that use CellLoader Package Description org.openl.rules.lang.xls.load -
-
Uses of CellLoader in org.openl.rules.lang.xls.load
Classes in org.openl.rules.lang.xls.load that implement CellLoader Modifier and Type Class Description classLazyCellLoaderProvides lazy access to the Cell.classNullCellLoaderclassSimpleCellLoaderStores the strong reference to previously loaded Cell instance and is not unloaded.Methods in org.openl.rules.lang.xls.load that return CellLoader Modifier and Type Method Description CellLoaderLazySheetLoader. getCellLoader(int column, int row)Get the cell accessor of current sheetCellLoaderSheetLoader. getCellLoader(int column, int row)Get the cell accessor of current sheetCellLoaderSimpleSheetLoader. getCellLoader(int column, int row)Get the cell accessor of current sheet
-