com.alibaba.excel.write.metadata.style

类 WriteCellStyle


  • public class WriteCellStyle
    extends Object
    Cell style when writing
    作者:
    Jiaju Zhuang
    • 构造器详细资料

      • WriteCellStyle

        public WriteCellStyle()
    • 方法详细资料

      • 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.