public class ExcelMarshaller extends Object
Modifier and Type | Method and Description |
---|---|
void |
addBeanFilter(Predicate<Object> predicate) |
static ExcelMarshaller |
create(File file) |
static ExcelMarshaller |
create(File file,
Predicate<org.apache.poi.ss.usermodel.Row> rowFilter,
boolean skipTitle) |
<T> Map<Integer,T> |
get(Class<T> klazz) |
void |
read(File xls) |
public static ExcelMarshaller create(File file) throws com.fasterxml.jackson.core.JsonParseException, com.fasterxml.jackson.databind.JsonMappingException, IOException
com.fasterxml.jackson.core.JsonParseException
com.fasterxml.jackson.databind.JsonMappingException
IOException
public static ExcelMarshaller create(File file, Predicate<org.apache.poi.ss.usermodel.Row> rowFilter, boolean skipTitle) throws com.fasterxml.jackson.core.JsonParseException, com.fasterxml.jackson.databind.JsonMappingException, IOException
com.fasterxml.jackson.core.JsonParseException
com.fasterxml.jackson.databind.JsonMappingException
IOException
public void read(File xls)
Copyright © 2019 Technearts. All rights reserved.