Class ExcelPOITool.ExcelCell

  • Enclosing class:
    ExcelPOITool

    public class ExcelPOITool.ExcelCell
    extends java.lang.Object
    Cell
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int cellIndex
      Index
      java.lang.String content
      Content
      ObjectField field
      Field
      org.apache.poi.ss.usermodel.CellStyle style
      Style
      org.apache.poi.ss.usermodel.CellType type
      Type
    • Constructor Summary

      Constructors 
      Constructor Description
      ExcelCell​(int cellIndex, java.lang.String content)
      Constructor
      ExcelCell​(int cellIndex, java.lang.String content, org.apache.poi.ss.usermodel.CellType type)
      Constructor
      ExcelCell​(int cellIndex, java.lang.String content, org.apache.poi.ss.usermodel.CellType type, java.lang.String styleName, ObjectField field)
      Constructor
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • cellIndex

        public int cellIndex
        Index
      • content

        public java.lang.String content
        Content
      • type

        public org.apache.poi.ss.usermodel.CellType type
        Type
      • style

        public org.apache.poi.ss.usermodel.CellStyle style
        Style
    • Constructor Detail

      • ExcelCell

        public ExcelCell​(int cellIndex,
                         java.lang.String content)
        Constructor
        Parameters:
        cellIndex - Cell index
        content - Cell content
      • ExcelCell

        public ExcelCell​(int cellIndex,
                         java.lang.String content,
                         org.apache.poi.ss.usermodel.CellType type)
        Constructor
        Parameters:
        cellIndex - Cell index
        content - Cell content
        type - Cell type
      • ExcelCell

        public ExcelCell​(int cellIndex,
                         java.lang.String content,
                         org.apache.poi.ss.usermodel.CellType type,
                         java.lang.String styleName,
                         ObjectField field)
        Constructor
        Parameters:
        cellIndex - Cell index
        content - Cell content
        type - Cell type (one of
        styleName - Style name
        field - Field