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