Sheet createSheet(String sheetname);
/**
- * Create an Sheet from an existing sheet in the Workbook.
+ * Create a Sheet from an existing sheet in the Workbook.
*
* @return Sheet representing the cloned sheet.
*/
}
/**
- * Sreate an Sheet for this Workbook, adds it to the sheets and returns
+ * Create a Sheet for this Workbook, adds it to the sheets and returns
* the high level representation. Use this to create new sheets.
*
* @return Sheet representing the new sheet.
}
/**
- * Create an Sheet for this Workbook, adds it to the sheets and returns
+ * Create a Sheet for this Workbook, adds it to the sheets and returns
* the high level representation. Use this to create new sheets.
*
* @param sheetname sheetname to set for the sheet.
/**
* <i>Not implemented for SXSSFWorkbook</i>
*
- * Create an Sheet from an existing sheet in the Workbook.
+ * Create a Sheet from an existing sheet in the Workbook.
*
* @return Sheet representing the cloned sheet.
*/