| Interface | Description |
|---|---|
| CellLoader |
Provides access to the Cell.
|
| SheetLoader |
Provides access to the Sheet.
|
| WorkbookLoader |
Provides access to the Workbook.
|
| WorkbookLoaderFactory |
| Class | Description |
|---|---|
| GreedyLazyWorkbookLoader |
Lazily loads workbook only when it's needed but never unloads it
|
| LazyCellLoader |
Provides lazy access to the Cell.
|
| LazySheetLoader |
Provides lazy access to the Sheet.
|
| LazyWorkbookLoaderFactory | |
| SimpleCellLoader |
Stores the strong reference to previously loaded Cell instance and is not unloaded.
|
| SimpleSheetLoader |
Stores the strong reference to previously loaded Sheet instance and is not unloaded.
|
| SimpleWorkbookLoader |
Stores the strong reference to previously loaded Workbook instance and is not unloaded.
|
| UnloadableLazyWorkbookLoader |
Provides lazy loading access to the workbook.
|
| WorkbookLoaders |
| Enum | Description |
|---|---|
| NullCellLoader |
Copyright © 2004–2019 OpenL Tablets. All rights reserved.