public interface CellOption extends ExcelOption
| 限定符和类型 | 方法和说明 |
|---|---|
void |
cell(org.apache.poi.ss.usermodel.Cell poiCell,
WritableCell cell) |
static CellOption |
of(java.util.function.BiConsumer<org.apache.poi.ss.usermodel.Cell,WritableCell> consumer) |
getType, isWrapFor, unwrapvoid cell(org.apache.poi.ss.usermodel.Cell poiCell,
WritableCell cell)
static CellOption of(java.util.function.BiConsumer<org.apache.poi.ss.usermodel.Cell,WritableCell> consumer)
Copyright © 2020–2022. All rights reserved.