Package 

Class Cell

  • All Implemented Interfaces:

    
    public final class Cell
    extends ExcelElement
                        

    Represents a cell in a row

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final XSSFWorkbook xssfWorkbook
    • Constructor Summary

      Constructors 
      Constructor Description
      Cell(XSSFWorkbook xssfWorkbook, XSSFCellStyle style, Object content, XSSFRow xssfRow, Integer index)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      XSSFWorkbook getXssfWorkbook()
      • Methods inherited from class io.github.evanrupert.excelkt.Cell

        createCellStyle, createFont
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Cell

        Cell(XSSFWorkbook xssfWorkbook, XSSFCellStyle style, Object content, XSSFRow xssfRow, Integer index)
        Parameters:
        content - content displayed in this cell
        xssfRow - underlying apache poi row where this cell was created
        index - this cell's position in the row