Class ErrorCellValue

java.lang.Object
org.aoju.bus.office.excel.cell.values.ErrorCellValue
All Implemented Interfaces:
CellValue<String>

public class ErrorCellValue extends Object implements CellValue<String>
ERROR类型单元格值
Since:
Java 17+
Author:
Kimi Liu
  • Constructor Details

    • ErrorCellValue

      public ErrorCellValue(org.apache.poi.ss.usermodel.Cell cell)
      构造
      Parameters:
      cell - Cell
  • Method Details