Class CellFactory
- java.lang.Object
-
- com.netgrif.application.engine.export.domain.CellFactory
-
public class CellFactory extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDATE_PATTERNstatic java.lang.StringDATE_TIME_PATTERN
-
Constructor Summary
Constructors Constructor Description CellFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.poi.ss.usermodel.Cellcreate(org.apache.poi.ss.usermodel.Row row, int columnIndex, Field<?> field)static org.apache.poi.ss.usermodel.Cellcreate(org.apache.poi.ss.usermodel.Row row, int columnIndex, FieldType fieldType, java.lang.Object value)
-
-
-
Method Detail
-
create
public static org.apache.poi.ss.usermodel.Cell create(org.apache.poi.ss.usermodel.Row row, int columnIndex, Field<?> field)
-
create
public static org.apache.poi.ss.usermodel.Cell create(org.apache.poi.ss.usermodel.Row row, int columnIndex, FieldType fieldType, java.lang.Object value)
-
-