Class PoiRowData

java.lang.Object
org.jxls.common.RowData
org.jxls.transform.poi.PoiRowData
All Implemented Interfaces:
Iterable<CellData>

public class PoiRowData extends RowData
Row data wrapper for POI row
Author:
Leonid Vysochyn
  • Constructor Details

    • PoiRowData

      public PoiRowData()
  • Method Details

    • createRowData

      public static RowData createRowData(PoiSheetData poiSheetData, org.apache.poi.ss.usermodel.Row row, PoiTransformer transformer)
    • getRow

      public org.apache.poi.ss.usermodel.Row getRow()
    • getPoiSheetData

      public PoiSheetData getPoiSheetData()