Class NullCellSetter
java.lang.Object
org.aoju.bus.office.excel.cell.setters.NullCellSetter
- All Implemented Interfaces:
CellSetter
Number 值单元格设置器- Since:
- Java 17+
- Author:
- Kimi Liu
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetValue(org.apache.poi.ss.usermodel.Cell cell) 自定义单元格值设置,同时可以设置单元格样式、格式等信息
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
NullCellSetter
public NullCellSetter()
-
-
Method Details
-
setValue
public void setValue(org.apache.poi.ss.usermodel.Cell cell) Description copied from interface:CellSetter自定义单元格值设置,同时可以设置单元格样式、格式等信息- Specified by:
setValuein interfaceCellSetter- Parameters:
cell- 单元格
-