| 程序包 | 说明 |
|---|---|
| cn.gjing.tools.excel.util |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
ExcelUtils.mergeX(ExcelOldCellModel oldCellModel,
org.apache.poi.ss.usermodel.Sheet sheet,
org.apache.poi.ss.usermodel.Row row,
boolean allowMergeEmpty,
int colIndex,
Object cellValue,
int colSize,
boolean toMerge)
Horizontal merge
You need to make sure that the ExcelOldCellModel object is a singleton on each line, or is written out at once
|
Copyright © 2021. All rights reserved.