|
@@ -589,7 +589,7 @@ open class ReportService( |
|
|
|
|
|
|
|
|
val lastCpiCell = row.createCell(13) |
|
|
val lastCpiCell = row.createCell(13) |
|
|
lastCpiCell.apply { |
|
|
lastCpiCell.apply { |
|
|
cellFormula = "IF(J${rowNum}=0,0,L${rowNum}/J${rowNum})" |
|
|
|
|
|
|
|
|
cellFormula = "IF(J${rowNum+1}=0,0,L${rowNum+1}/J${rowNum+1})" |
|
|
cellStyle = boldFontCellStyle |
|
|
cellStyle = boldFontCellStyle |
|
|
cellStyle.dataFormat = accountingStyle |
|
|
cellStyle.dataFormat = accountingStyle |
|
|
} |
|
|
} |
|
@@ -598,7 +598,7 @@ open class ReportService( |
|
|
|
|
|
|
|
|
val lastPCpiCell = row.createCell(14) |
|
|
val lastPCpiCell = row.createCell(14) |
|
|
lastPCpiCell.apply { |
|
|
lastPCpiCell.apply { |
|
|
cellFormula = "=IF(J${rowNum}=0,0,H${rowNum}/J${rowNum})" |
|
|
|
|
|
|
|
|
cellFormula = "IF(J${rowNum+1}=0,0,H${rowNum+1}/J${rowNum+1})" |
|
|
cellStyle = boldFontCellStyle |
|
|
cellStyle = boldFontCellStyle |
|
|
cellStyle.dataFormat = accountingStyle |
|
|
cellStyle.dataFormat = accountingStyle |
|
|
} |
|
|
} |
|
|