金额填充

This commit is contained in:
2025-11-26 10:44:21 +08:00
parent 8b7d6b9f98
commit 16237210df
5 changed files with 62 additions and 24 deletions

View File

@@ -17,7 +17,7 @@ import java.util.List;
*/
public class ExcelMergeHandler implements CellWriteHandler {
// 要合并的列索引数组
private int[] mergeColumnIndex = {0, 1, 2, 9, 10};
private int[] mergeColumnIndex = {0, 1, 2, 8, 9};
// 合并开始的行索引
private int mergeRowIndex = 1;

View File

@@ -18,7 +18,7 @@ import java.util.List;
*/
public class TableRefundCellHandel implements CellWriteHandler {
// 要处理的列索引数组
private int[] yellowColumnIndex = {11, 12};
private int[] yellowColumnIndex = {10, 11};
public TableRefundCellHandel() {