Uses of Interface
org.openl.rules.lang.xls.load.SheetLoader
-
Packages that use SheetLoader Package Description org.openl.rules.lang.xls org.openl.rules.lang.xls.load -
-
Uses of SheetLoader in org.openl.rules.lang.xls
Methods in org.openl.rules.lang.xls that return SheetLoader Modifier and Type Method Description SheetLoaderXlsSheetSourceCodeModule. getSheetLoader()Deprecated.Constructors in org.openl.rules.lang.xls with parameters of type SheetLoader Constructor Description XlsSheetSourceCodeModule(SheetLoader sheetLoader, XlsWorkbookSourceCodeModule workbookSource)Deprecated. -
Uses of SheetLoader in org.openl.rules.lang.xls.load
Classes in org.openl.rules.lang.xls.load that implement SheetLoader Modifier and Type Class Description classLazySheetLoaderProvides lazy access to the Sheet.classSimpleSheetLoaderStores the strong reference to previously loaded Sheet instance and is not unloaded.Methods in org.openl.rules.lang.xls.load that return SheetLoader Modifier and Type Method Description SheetLoaderGreedyLazyWorkbookLoader. getSheetLoader(int sheetIndex)SheetLoaderSimpleWorkbookLoader. getSheetLoader(int sheetIndex)Get the sheet accessorSheetLoaderUnloadableLazyWorkbookLoader. getSheetLoader(int sheetIndex)Get the sheet accessorSheetLoaderWorkbookLoader. getSheetLoader(int sheetIndex)Get the sheet accessorConstructors in org.openl.rules.lang.xls.load with parameters of type SheetLoader Constructor Description LazyCellLoader(SheetLoader sheetLoader, int column, int row)
-