Skip to content

Commit

Permalink
fix: apply the cell style always
Browse files Browse the repository at this point in the history
  • Loading branch information
mlopezFC committed Apr 4, 2024
1 parent eb5d30e commit 7150b2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -429,8 +429,8 @@ private void fillHeaderOrFooter(
sheet
.getRow(sheet.getActiveCell().getRow())
.createCell(sheet.getActiveCell().getColumn());
cell.setCellStyle(style);
}
cell.setCellStyle(style);
Object value =
(isHeader
? headerOrFooter.getLeft()
Expand Down

0 comments on commit 7150b2c

Please sign in to comment.