https://bz.apache.org/bugzilla/show_bug.cgi?id=65882
--- Comment #1 from PJ Fanning <[email protected]> --- That getTopBorderColor only returns the color index (of indexed colors) For RGB based colors, you need to use: XSSFCell xssfCell = (XSSFCell)cell; System.out.println("top " + xssfCell.getCellStyle().getTopBorderXSSFColor().getARGBHex()); https://poi.apache.org/apidocs/dev/org/apache/poi/xssf/usermodel/XSSFCellStyle.html https://poi.apache.org/apidocs/dev/org/apache/poi/xssf/usermodel/XSSFColor.html -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
