public class ExcelDateCell extends ExcelCell
| 构造器和说明 |
|---|
ExcelDateCell(Date date) |
ExcelDateCell(Date date,
String format) |
| 限定符和类型 | 方法和说明 |
|---|---|
static ExcelDateCell |
of(Date date) |
static ExcelDateCell |
of(Date date,
String format) |
void |
updateCell(org.apache.poi.ss.usermodel.Cell cell,
org.apache.poi.ss.usermodel.DataFormat dataFormat) |
equals, hashCode, id, stylepublic ExcelDateCell(Date date)
public static ExcelDateCell of(Date date)
public static ExcelDateCell of(Date date, String format)
public void updateCell(org.apache.poi.ss.usermodel.Cell cell,
org.apache.poi.ss.usermodel.DataFormat dataFormat)
updateCell 在类中 ExcelCellCopyright © 2025 EFCloud. All rights reserved.