Class ExcelPOITool.ExcelSheet

  • Enclosing class:
    ExcelPOITool

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

      Fields 
      Modifier and Type Field Description
      int defaultCellWidth
      Deprecated, for removal: This API element is subject to removal in a future version.
      Default cell width
      short defaultRowHeight
      Deprecated, for removal: This API element is subject to removal in a future version.
      Default row height
      java.lang.String label
      Deprecated, for removal: This API element is subject to removal in a future version.
      Label
      java.util.List<ExcelPOITool.ExcelRow> rows
      Deprecated, for removal: This API element is subject to removal in a future version.
      Rows
    • Constructor Summary

      Constructors 
      Constructor Description
      ExcelSheet​(java.lang.String lbl)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void add​(ExcelPOITool.ExcelRow row)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Add a row
      void addFullRow​(int indexRow, java.lang.String[] arrayValues)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Add full row of values to sheet
      • Methods inherited from class java.lang.Object

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

      • label

        public java.lang.String label
        Deprecated, for removal: This API element is subject to removal in a future version.
        Label
      • rows

        public java.util.List<ExcelPOITool.ExcelRow> rows
        Deprecated, for removal: This API element is subject to removal in a future version.
        Rows
      • defaultRowHeight

        public short defaultRowHeight
        Deprecated, for removal: This API element is subject to removal in a future version.
        Default row height
      • defaultCellWidth

        public int defaultCellWidth
        Deprecated, for removal: This API element is subject to removal in a future version.
        Default cell width
    • Constructor Detail

      • ExcelSheet

        public ExcelSheet​(java.lang.String lbl)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Constructor
        Parameters:
        lbl - Label
    • Method Detail

      • add

        public void add​(ExcelPOITool.ExcelRow row)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Add a row
        Parameters:
        row - Row
      • addFullRow

        public void addFullRow​(int indexRow,
                               java.lang.String[] arrayValues)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Add full row of values to sheet
        Parameters:
        indexRow - the line at which the values should be added
        arrayValues - an array of String values