Class ExcelPOITool.ExcelSheet

  • Enclosing class:
    ExcelPOITool

    public class ExcelPOITool.ExcelSheet
    extends java.lang.Object
    Sheet
    • Field Detail

      • label

        public java.lang.String label
        Label
      • defaultRowHeight

        public short defaultRowHeight
        Default row height
      • defaultCellWidth

        public int defaultCellWidth
        Default cell width
    • Constructor Detail

      • ExcelSheet

        public ExcelSheet​(java.lang.String label)
        Constructor
        Parameters:
        label - Label
    • Method Detail

      • addFullRow

        public void addFullRow​(int indexRow,
                               java.lang.String[] arrayValues)
        Add full row of values to sheet
        Parameters:
        indexRow - the line at which the values should be added
        arrayValues - an array of String values