public class NullCellSetter extends Object implements CellSetter
Number
值单元格设置器Modifier and Type | Field and Description |
---|---|
static NullCellSetter |
INSTANCE |
Constructor and Description |
---|
NullCellSetter() |
Modifier and Type | Method and Description |
---|---|
void |
setValue(org.apache.poi.ss.usermodel.Cell cell)
自定义单元格值设置,同时可以设置单元格样式、格式等信息
|
public static final NullCellSetter INSTANCE
public void setValue(org.apache.poi.ss.usermodel.Cell cell)
CellSetter
setValue
in interface CellSetter
cell
- 单元格Copyright © 2024. All rights reserved.