Class XSSFDialogsheet

All Implemented Interfaces:
Iterable<Row>, Sheet, OoxmlSheetExtensions

public class XSSFDialogsheet extends XSSFSheet implements Sheet
  • Method Details

    • createRow

      public XSSFRow createRow(int rowNum)
      Description copied from class: XSSFSheet
      Create a new row within the sheet and return the high level representation Note: If a row already exists at this position, it is removed/overwritten and any existing cell is removed!
      Specified by:
      createRow in interface Sheet
      Overrides:
      createRow in class XSSFSheet
      Parameters:
      rowNum - row number
      Returns:
      High level XSSFRow object representing a row in the sheet
      See Also:
    • getDialog

      public boolean getDialog()