Uses of Class
com.poiji.exception.PoijiExcelType
-
Packages that use PoijiExcelType Package Description com.poiji.bind com.poiji.exception -
-
Uses of PoijiExcelType in com.poiji.bind
Methods in com.poiji.bind with parameters of type PoijiExcelType Modifier and Type Method Description static <T> List<T>Poiji. fromExcel(InputStream inputStream, PoijiExcelType excelType, Class<T> type)converts excel rows into a list of objectsstatic <T> List<T>Poiji. fromExcel(InputStream inputStream, PoijiExcelType excelType, Class<T> type, PoijiOptions options)converts excel rows into a list of objectsstatic <T> voidPoiji. fromExcel(InputStream inputStream, PoijiExcelType excelType, Class<T> type, PoijiOptions options, Consumer<? super T> consumer)converts excel rows into a list of objectsstatic <T> voidPoiji. fromExcel(InputStream inputStream, PoijiExcelType excelType, Class<T> type, Consumer<? super T> consumer)converts excel rows into a list of objectsstatic <T> TPoiji. fromExcelProperties(InputStream inputStream, PoijiExcelType excelType, Class<T> type)converts excel properties into an objectstatic <T> TPoiji. fromExcelProperties(InputStream inputStream, PoijiExcelType excelType, Class<T> type, PoijiOptions options)converts excel properties into an object -
Uses of PoijiExcelType in com.poiji.exception
Methods in com.poiji.exception that return PoijiExcelType Modifier and Type Method Description static PoijiExcelTypePoijiExcelType. valueOf(String name)Returns the enum constant of this type with the specified name.static PoijiExcelType[]PoijiExcelType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-