| Package | Description |
|---|---|
| com.gitee.cliveyuan.tools.data | |
| com.gitee.cliveyuan.tools.enums |
| Modifier and Type | Method and Description |
|---|---|
File |
ExcelHelper.generate(String[] headers,
Collection<T> data,
String filePath,
ExcelType excelType)
生成EXCEL
|
| Modifier and Type | Method and Description |
|---|---|
static ExcelType |
ExcelType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExcelType[] |
ExcelType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020. All rights reserved.