public class ExportProcessor<T> extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ExportProcessor(org.apache.poi.ss.usermodel.Workbook workbook,
org.apache.poi.ss.usermodel.Sheet sheet,
SheetConfig<T> sheetConfig) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
setCellValue(org.apache.poi.ss.usermodel.Cell cell,
int rowIndex,
int columnIndex,
T row,
ExportFieldOption option)
设置cell的值
|
protected ExportProcessor(org.apache.poi.ss.usermodel.Workbook workbook,
org.apache.poi.ss.usermodel.Sheet sheet,
SheetConfig<T> sheetConfig)
protected void setCellValue(org.apache.poi.ss.usermodel.Cell cell,
int rowIndex,
int columnIndex,
T row,
ExportFieldOption option)
cell - cellrowIndex - rowIndexcolumnIndex - columnIndexrow - rowCopyright © 2025. All rights reserved.