Class ExcelTool.ExcelCell

  • Enclosing class:
    ExcelTool

    public static class ExcelTool.ExcelCell
    extends java.lang.Object
    Cell with Simplicite attributes
    • 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 idx, java.lang.String cnt)
      Constructor
      ExcelCell​(int idx, java.lang.String cnt, org.apache.poi.ss.usermodel.CellType t)
      Constructor
      ExcelCell​(int idx, java.lang.String cnt, org.apache.poi.ss.usermodel.CellType t, org.apache.poi.ss.usermodel.CellStyle s, ObjectField f)
      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 idx,
                         java.lang.String cnt)
        Constructor
        Parameters:
        idx - Cell index
        cnt - Cell content
      • ExcelCell

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

        public ExcelCell​(int idx,
                         java.lang.String cnt,
                         org.apache.poi.ss.usermodel.CellType t,
                         org.apache.poi.ss.usermodel.CellStyle s,
                         ObjectField f)
        Constructor
        Parameters:
        idx - Cell index
        cnt - Cell content
        t - Cell type
        s - Style name
        f - Field