public static interface SheetSpec.CellSheetSpec extends SheetSpec
SheetSpec.CellSheetSpec, SheetSpec.HeaderSheetSpec| 限定符和类型 | 方法和说明 |
|---|---|
SheetSpec.CellSheetSpec |
cell(Cell cell)
设置单个单元格
|
default SheetSpec.CellSheetSpec |
cell(int x,
int y,
Object value) |
default SheetSpec.CellSheetSpec |
cells(Cell... cells) |
SheetSpec.CellSheetSpec |
cells(reactor.core.publisher.Flux<Cell> cells)
设置多个单元格
|
default SheetSpec.CellSheetSpec |
cells(Iterable<Cell> cells) |
SheetSpec.CellSheetSpec |
name(String name)
定义sheet名称
|
SheetSpec.CellSheetSpec |
option(SheetOption... options)
自定义sheet操作
|
SheetSpec.CellSheetSpec name(String name)
SheetSpecSheetSpec.CellSheetSpec option(SheetOption... options)
SheetSpecSheetSpec.CellSheetSpec cells(reactor.core.publisher.Flux<Cell> cells)
cells - 单元格信息SheetSpec.CellSheetSpec cell(Cell cell)
cell - 单元格信息default SheetSpec.CellSheetSpec cells(Cell... cells)
default SheetSpec.CellSheetSpec cells(Iterable<Cell> cells)
default SheetSpec.CellSheetSpec cell(int x, int y, Object value)
Copyright © 2020–2022. All rights reserved.