WritableFont headerFont = new WritableFont(WritableFont.TIMES, 9, WritableFont.BOLD);
WritableCellFormat headerCellFormat = new WritableCellFormat(headerFont);
headerCellFormat.setBackground(Colour.GRAY_25);