com.alibaba.excel.write.metadata.style
类 WriteCellStyle
- java.lang.Object
-
- com.alibaba.excel.write.metadata.style.WriteCellStyle
public class WriteCellStyle extends Object
Cell style when writing- 作者:
- Jiaju Zhuang
-
构造器概要
构造器 构造器和说明 WriteCellStyle()
方法概要
所有方法 静态方法 具体方法 限定符和类型 方法和说明 static WriteCellStyle
build(StyleProperty styleProperty, FontProperty fontProperty)
The source is not empty merge the data to the target.static void
merge(WriteCellStyle source, WriteCellStyle target)
The source is not empty merge the data to the target.
-
方法详细资料
merge
public static void merge(WriteCellStyle source, WriteCellStyle target)
The source is not empty merge the data to the target.- 参数:
-
source
- source -
target
- target
build
public static WriteCellStyle build(StyleProperty styleProperty, FontProperty fontProperty)
The source is not empty merge the data to the target.- 参数:
-
styleProperty
- styleProperty -
fontProperty
- fontProperty
Copyright © 2018–2021 Alibaba Group. All rights reserved.