Class XlsxColumnClob

All Implemented Interfaces:
Serializable, Identified

@Component public class XlsxColumnClob extends XlsxColumn
See Also:
  • Field Details

    • _maxSize

      protected int _maxSize
  • Constructor Details

    • XlsxColumnClob

      public XlsxColumnClob()
  • Method Details

    • setMAXSIZE

      public void setMAXSIZE(int i)
    • 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