Class XlsxColumnLong

All Implemented Interfaces:
Serializable, Identified
Direct Known Subclasses:
XlsxColumnCurrency, XlsxColumnDouble

@Component public class XlsxColumnLong extends XlsxColumn
This class extends XlsxColumn.
The class implements and represent the column Long of an Excel sheet.
See Also:
  • Field Details

    • _numberformat

      protected int _numberformat
  • Constructor Details

    • XlsxColumnLong

      public XlsxColumnLong()
  • Method Details

    • giveCell

      protected 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