public abstract class AbstractExcelUtil
extends java.lang.Object
| Constructor and Description |
|---|
AbstractExcelUtil() |
| Modifier and Type | Method and Description |
|---|---|
protected CellValueConverter |
getCellValueConverter(java.lang.Class<? extends CellValueConverter> converter) |
java.util.List<ExcelFieldDescription> |
getExcelFieldDescriptions(java.lang.Class<?> cls,
FieldType type,
int... groups) |
protected CellValueConverter getCellValueConverter(java.lang.Class<? extends CellValueConverter> converter) throws java.lang.InstantiationException, java.lang.IllegalAccessException
java.lang.InstantiationExceptionjava.lang.IllegalAccessException@NotNull public java.util.List<ExcelFieldDescription> getExcelFieldDescriptions(java.lang.Class<?> cls, FieldType type, int... groups)