Cell firstRowCell1 = firstrow.createCell((short) 1);
firstRowCell1.setCellValue("Count");
firstRowCell1.setCellStyle(firstrow_style);
//Border for row
CellStyle row_style = wb.createCellStyle();
row_style.setBorderBottom( CellStyle.BORDER_THIN );
row_style.setBorderLeft( CellStyle.BORDER_THIN );
row_style.setBorderRight( CellStyle.BORDER_THIN );
row_style.setBorderTop( CellStyle.BORDER_THIN );
row_style.setBorderLeft( CellStyle.BORDER_THIN );