Uses of Class
io.github.mbenincasa.javaexcelutils.exceptions.ReadValueException
Packages that use ReadValueException
Package
Description
- 
Uses of ReadValueException in io.github.mbenincasa.javaexcelutils.model.excelMethods in io.github.mbenincasa.javaexcelutils.model.excel that throw ReadValueExceptionModifier and TypeMethodDescription<T> List<T>ExcelSheet.parseToList(Class<T> clazz, ExcelListParserMapping mapping) <T> TExcelSheet.parseToObject(Class<T> clazz, String startingCell) ExcelCell.readValue()Read the value written inside the CellRead the value written inside the CellList<?>ExcelRow.readValues()Reads the values of all cells in the rowList<?>ExcelRow.readValues(List<Class<?>> classes) Reads the values of all cells in the row
- 
Uses of ReadValueException in io.github.mbenincasa.javaexcelutils.toolsMethods in io.github.mbenincasa.javaexcelutils.tools that throw ReadValueExceptionModifier and TypeMethodDescriptionConverter.excelByteToObjects(byte[] bytes, List<ExcelToObject<?>> excelToObjects) Converter.excelFileToObjects(File file, List<ExcelToObject<?>> excelToObjects) Converter.excelStreamToObjects(InputStream inputStream, List<ExcelToObject<?>> excelToObjects)