diff --git a/src/main/java/com/github/jlangch/venice/impl/util/excel/ExcelSheet.java b/src/main/java/com/github/jlangch/venice/impl/util/excel/ExcelSheet.java index 8ae31f727..41c884f5f 100644 --- a/src/main/java/com/github/jlangch/venice/impl/util/excel/ExcelSheet.java +++ b/src/main/java/com/github/jlangch/venice/impl/util/excel/ExcelSheet.java @@ -330,7 +330,6 @@ public void conditionalBackgroundColor( fill.setFillBackgroundColor(new XSSFColor(rgb, null)); fill.setFillPattern(PatternFormatting.SOLID_FOREGROUND); - // Define the range of cells to apply the rule final CellRangeAddress[] regions = { CellRangeAddress.valueOf(condRegion) };