ensure that the sheet # and 0 based on a
79. XSSFColor bgColour = ((XSSFCell)sheet.getRow(0).getCell(0)).getCellStyle().getFillForegroundColorColor(); 80. assertEquals( "FF800000", bgColour.getARGBHex() );
89. XSSFColor bgColour = ((XSSFCell)sheet.getRow(0).getCell(0)).getCellStyle().getFillForegroundColorColor(); 90. assertEquals( "FF800000", bgColour.getARGBHex() );