Class ExcelPOITool.ExcelCell

  • Enclosing class:
    ExcelPOITool

    @Deprecated(forRemoval=true,
                since="4.0")
    public class ExcelPOITool.ExcelCell
    extends java.lang.Object
    Deprecated, for removal: This API element is subject to removal in a future version.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int cellIndex
      Deprecated, for removal: This API element is subject to removal in a future version.
      Index
      java.lang.String content
      Deprecated, for removal: This API element is subject to removal in a future version.
      Content
      ObjectField field
      Deprecated, for removal: This API element is subject to removal in a future version.
      Field
      org.apache.poi.ss.usermodel.CellStyle style
      Deprecated, for removal: This API element is subject to removal in a future version.
      Style
      org.apache.poi.ss.usermodel.CellType type
      Deprecated, for removal: This API element is subject to removal in a future version.
      Type
    • Constructor Summary

      Constructors 
      Constructor Description
      ExcelCell​(int idx, java.lang.String cnt)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Constructor
      ExcelCell​(int idx, java.lang.String cnt, org.apache.poi.ss.usermodel.CellType t)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Constructor
      ExcelCell​(int idx, java.lang.String cnt, org.apache.poi.ss.usermodel.CellType t, java.lang.String sn, ObjectField f)
      Deprecated, for removal: This API element is subject to removal in a future version.
      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
        Deprecated, for removal: This API element is subject to removal in a future version.
        Index
      • content

        public java.lang.String content
        Deprecated, for removal: This API element is subject to removal in a future version.
        Content
      • type

        public org.apache.poi.ss.usermodel.CellType type
        Deprecated, for removal: This API element is subject to removal in a future version.
        Type
      • style

        public org.apache.poi.ss.usermodel.CellStyle style
        Deprecated, for removal: This API element is subject to removal in a future version.
        Style
      • field

        public ObjectField field
        Deprecated, for removal: This API element is subject to removal in a future version.
        Field
    • Constructor Detail

      • ExcelCell

        public ExcelCell​(int idx,
                         java.lang.String cnt)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Constructor
        Parameters:
        idx - Cell index
        cnt - Cell content
      • ExcelCell

        public ExcelCell​(int idx,
                         java.lang.String cnt,
                         org.apache.poi.ss.usermodel.CellType t)
        Deprecated, for removal: This API element is subject to removal in a future version.
        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,
                         java.lang.String sn,
                         ObjectField f)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Constructor
        Parameters:
        idx - Cell index
        cnt - Cell content
        t - Cell type (one of
        sn - Style name
        f - Field