java.lang.Object
name.jurgenei.gradle.ooxml.canonical.Cell

public class Cell extends Object
Canonical table cell text payload.
  • Constructor Details

    • Cell

      public Cell()
    • Cell

      public Cell(String text)
      Creates a cell with text content.
      Parameters:
      text - cell text.
  • Method Details

    • getText

      public String getText()
      Returns:
      cell text content.