| 程序包 | 说明 |
|---|---|
| cn.veasion.project.excel |
| 限定符和类型 | 方法和说明 |
|---|---|
ExcelConfig |
ExcelConfig.make(LinkedHashMap<String,String> fieldNames) |
ExcelConfig |
ExcelConfig.make(String field,
ExcelConfig.FieldConfig fieldConfig) |
ExcelConfig |
ExcelConfig.make(String field,
String name) |
ExcelConfig |
ExcelConfig.setDecimalFormat(DecimalFormat decimalFormat) |
ExcelConfig |
ExcelConfig.setDefaultCellStyle(org.apache.poi.ss.usermodel.CellStyle defaultCellStyle) |
ExcelConfig |
ExcelConfig.setHeadCellStyle(org.apache.poi.ss.usermodel.CellStyle headCellStyle) |
ExcelConfig |
ExcelConfig.setHiddenHead(boolean hiddenHead) |
| 限定符和类型 | 方法和说明 |
|---|---|
static org.apache.poi.ss.usermodel.Sheet |
ExcelExportUtils.createSheet(org.apache.poi.ss.usermodel.Workbook workbook,
ExcelConfig excelConfig,
List<?> list) |
static org.apache.poi.ss.usermodel.Sheet |
ExcelExportUtils.createSheet(org.apache.poi.ss.usermodel.Workbook workbook,
String sheetName,
ExcelConfig excelConfig,
List<?> list) |
static int |
ExcelExportUtils.createTable(org.apache.poi.ss.usermodel.Sheet sheet,
int rowIndex,
int colIndex,
ExcelConfig excelConfig,
List<?> list) |
Copyright © 2022–2023. All rights reserved.