Uses of Class
io.github.mbenincasa.javaexcelutils.exceptions.SheetNotFoundException
Packages that use SheetNotFoundException
Package
Description
-
Uses of SheetNotFoundException in io.github.mbenincasa.javaexcelutils.model.excel
Methods in io.github.mbenincasa.javaexcelutils.model.excel that throw SheetNotFoundExceptionModifier and TypeMethodDescriptionExcelWorkbook.getSheet()Retrieve the Sheet with index 0Retrieve the Sheet with the requested nameRetrieve the Sheet with the requested index -
Uses of SheetNotFoundException in io.github.mbenincasa.javaexcelutils.tools
Methods in io.github.mbenincasa.javaexcelutils.tools that throw SheetNotFoundExceptionModifier and TypeMethodDescriptionConverter.excelByteToObjects(byte[] bytes, List<ExcelToObject<?>> excelToObjects) Converter.excelFileToObjects(File file, List<ExcelToObject<?>> excelToObjects) Converter.excelStreamToObjects(InputStream inputStream, List<ExcelToObject<?>> excelToObjects)