set the color to use for the bottom border
85. XSSFColor xssfColor = (XSSFColor) color; 86. byte[] rgb = xssfColor.getRGB();
sets the line end width in relation to the right border .
216. XSSFColor xssfColour = cellStyle.getFillForegroundXSSFColor(); 221. colour = translateRGB(xssfColour.getRgb());
sets the
148. XSSFColor colorX = styleX.getFillForegroundColorColor(); 153. byte[] rgbX = colorX.getARgb(); 156. System.out.println( "Comparing " + colorX.getARGBHex() + " with " + colorS.getHexString() );