| 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 |
|