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

      • SimpleCellLoader

        public 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:
        getCell in interface CellLoader
        Returns:
        previously loaded cell