Package | Description |
---|---|
cn.orionsec.kit.lang.function.select | |
cn.orionsec.kit.office.excel.writer |
Modifier and Type | Method and Description |
---|---|
static <P,R> Selector<P,R> |
Selector.of(P param)
构造
|
static <P,R> Selector<P,R> |
Selector.of(Supplier<P> supplier)
构造
|
Selector<P,R> |
Selector.test(Branch<P,R> branch)
case
|
Modifier and Type | Field and Description |
---|---|
protected Map<Integer,Function<V,Selector<V,org.apache.poi.ss.usermodel.CellStyle>>> |
BaseExcelWriter.columnStyleSelector
数据样式选择器
有选择到的将会覆盖原有样式
|
Modifier and Type | Method and Description |
---|---|
BaseExcelWriter<K,V> |
BaseExcelWriter.style(int column,
Function<V,Selector<V,org.apache.poi.ss.usermodel.CellStyle>> selector)
设置列样式选择器
|
Copyright © 2024. All rights reserved.