Class XlsxColumnSpan

All Implemented Interfaces:
Serializable, Identified

@Component public class XlsxColumnSpan extends XlsxColumn
This class extends XlsxColumn.
See Also:
  • Constructor Details

    • XlsxColumnSpan

      public XlsxColumnSpan()
  • Method Details

    • setFORMAT

      public void setFORMAT(String s)
      Description copied from class: XlsxComponent
      Sets the number type format of the cell.
      Overrides:
      setFORMAT in class XlsxComponent
      Parameters:
      s - Allow format are:
      • '%' - Percent float format.
      • 'i' - Integer format.
      • 'f' - Float format.
      • 'e' - Accounting red float format.
      • default - Account float format.
    • giveCell

      public org.apache.poi.ss.usermodel.Cell giveCell(org.apache.poi.ss.usermodel.Sheet sheet, ArrayList row, int rowNum, int colNum, org.apache.poi.xssf.usermodel.XSSFCellStyle cs)
      Description copied from class: XlsxCell
      Method to implement that allows to set the orientation, the font etc
      Overrides:
      giveCell in class XlsxColumn
      Parameters:
      sheet - The sheet
      row - The list of rows
      rowNum - The number of row
      colNum - The cell number
      cs - The XSSFCellStyle
      Returns:
      The cell