Class XSSFDialogsheet

    • Method Detail

      • 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:
        XSSFSheet.removeRow(Row)
      • getDialog

        public boolean getDialog()