public class TableUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static SimpleDateFormat |
SDF |
| Constructor and Description |
|---|
TableUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T> List<T> |
dataToObject(int skipRowNo,
List<String[]> data,
Class<T> clazz) |
static File |
generate(ExcelGenerateParam param) |
public static final SimpleDateFormat SDF
Copyright © 2021. All rights reserved.