writeMonth ? HSSFCellStyle.BORDER_THIN : null, null, null),
(short) 1, String.valueOf(i));
int countColumn = 2;
for (String functionCategory : functionCategories) {
DeviationSumJobFunctionV deviationSum = reportData.get(""
+ ((ExcelReportSettingDeviation) reportSetting)
.getYear() + "_" + i + "_" + functionCategory);
if (deviationSum != null) {
createCell(row, cellStyle.getStyle(cellStyle.getFont10(),
HSSFCellStyle.BORDER_THIN,
writeMonth ? HSSFCellStyle.BORDER_THIN : null,
null, null), (short) countColumn, null, Double
.valueOf(deviationSum.getCountDeviations()));
} else {
createCell(row, cellStyle.getStyle(cellStyle.getFont10(),
HSSFCellStyle.BORDER_THIN,
writeMonth ? HSSFCellStyle.BORDER_THIN : null,
null, null), (short) countColumn, null, Double