Package org.openl.rules.lang.xls.load
Interface CellLoader
-
- All Known Implementing Classes:
LazyCellLoader,NullCellLoader,SimpleCellLoader
public interface CellLoaderProvides access to the Cell.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.poi.ss.usermodel.CellgetCell()Get the cell.
-