Class CellFactory


  • public class CellFactory
    extends java.lang.Object
    • 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.Cell create​(org.apache.poi.ss.usermodel.Row row, int columnIndex, Field<?> field)  
      static org.apache.poi.ss.usermodel.Cell create​(org.apache.poi.ss.usermodel.Row row, int columnIndex, FieldType fieldType, java.lang.Object value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • DATE_PATTERN

        public static java.lang.String DATE_PATTERN
      • DATE_TIME_PATTERN

        public static java.lang.String DATE_TIME_PATTERN
    • Constructor Detail

      • CellFactory

        public CellFactory()
    • 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)