Uses of Class
io.github.mbenincasa.javaexcelutils.model.excel.ExcelSheet
Packages that use ExcelSheet
-
Uses of ExcelSheet in io.github.mbenincasa.javaexcelutils.model.excel
Methods in io.github.mbenincasa.javaexcelutils.model.excel that return ExcelSheetModifier and TypeMethodDescriptionExcelWorkbook.createSheet()
Create a new Sheet inside the WorkbookExcelWorkbook.createSheet
(String sheetName) Create a new Sheet inside the WorkbookExcelRow.getSheet()
Returns the Sheet to which it belongsExcelWorkbook.getSheet()
Retrieve the Sheet with index 0Retrieve the Sheet with the requested nameRetrieve the Sheet with the requested indexExcelWorkbook.getSheetOrCreate
(String sheetName) Retrieve the Sheet with the required name otherwise create itstatic ExcelSheet
ExcelSheet.of
(org.apache.poi.ss.usermodel.Sheet sheet) Get to an ExcelSheet instance from Apache POI SheetMethods in io.github.mbenincasa.javaexcelutils.model.excel that return types with arguments of type ExcelSheetModifier and TypeMethodDescriptionExcelWorkbook.getSheets()
The list of Sheets related to the Workbook