Package org.openl.rules.lang.xls.load
Class SimpleCellLoader
- java.lang.Object
-
- org.openl.rules.lang.xls.load.SimpleCellLoader
-
- All Implemented Interfaces:
CellLoader
public class SimpleCellLoader extends Object implements CellLoader
Stores the strong reference to previously loaded Cell instance and is not unloaded.
-
-
Constructor Summary
Constructors Constructor Description SimpleCellLoader(org.apache.poi.ss.usermodel.Cell cell)
-
-
-
Method Detail
-
getCell
public org.apache.poi.ss.usermodel.Cell getCell()
Get the cell. When this method is repeatedly called, always returns the same instance of Cell java object.- Specified by:
getCellin interfaceCellLoader- Returns:
- previously loaded cell
-
-