Merge branch 'gyj' into test

This commit is contained in:
2024-09-27 14:58:41 +08:00

View File

@@ -45,10 +45,12 @@ public class FileUtils {
cell.setCellValue(value);
if (j == 10 && !"0".equals(value)) {
cell.setCellValue("-" + value);
setCellBackground(cell, IndexedColors.YELLOW, workbook);
}
if (j == 11 && !"0.00".equals(value)) {
cell.setCellValue("-" + value);
setCellBackground(cell, IndexedColors.YELLOW, workbook);
}
}