Package com.poiji.bind.mapping
Class UnmarshallerHelper
- java.lang.Object
-
- com.poiji.bind.mapping.UnmarshallerHelper
-
public final class UnmarshallerHelper extends Object
Created by hakan on 17/01/2017.
-
-
Constructor Summary
Constructors Constructor Description UnmarshallerHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static UnmarshallerHSSFInstance(PoijiFile<?> poijiFile, PoijiOptions options)static UnmarshallerHSSFInstance(PoijiInputStream<?> poijiInputStream, PoijiOptions options)static UnmarshallerSheetInstance(org.apache.poi.ss.usermodel.Sheet sheet, PoijiOptions options)static UnmarshallerXSSFInstance(PoijiFile<?> poijiFile, PoijiOptions options)static UnmarshallerXSSFInstance(PoijiInputStream<?> poijiInputStream, PoijiOptions options)
-
-
-
Method Detail
-
HSSFInstance
public static Unmarshaller HSSFInstance(PoijiFile<?> poijiFile, PoijiOptions options)
-
HSSFInstance
public static Unmarshaller HSSFInstance(PoijiInputStream<?> poijiInputStream, PoijiOptions options)
-
XSSFInstance
public static Unmarshaller XSSFInstance(PoijiFile<?> poijiFile, PoijiOptions options)
-
XSSFInstance
public static Unmarshaller XSSFInstance(PoijiInputStream<?> poijiInputStream, PoijiOptions options)
-
SheetInstance
public static Unmarshaller SheetInstance(org.apache.poi.ss.usermodel.Sheet sheet, PoijiOptions options)
-
-