Package org.jxls.transform.poi
Class JxlsPoi
java.lang.Object
org.jxls.transform.poi.JxlsPoi
-
Method Summary
Modifier and TypeMethodDescriptionstatic PoiTransformercreateSimple(InputStream template) Use this method if you just need PoiTransformer functionality for a template file.static voidfill(InputStream template, JxlsStreaming streaming, Map<String, Object> data, File outputFile) static voidfill(InputStream template, JxlsStreaming streaming, Map<String, Object> data, OutputStream out)
-
Method Details
-
fill
public static void fill(InputStream template, JxlsStreaming streaming, Map<String, Object> data, File outputFile) -
fill
public static void fill(InputStream template, JxlsStreaming streaming, Map<String, Object> data, OutputStream out) -
createSimple
Use this method if you just need PoiTransformer functionality for a template file.- Parameters:
template- -- Returns:
- PoiTransformer
-