Hi list, I know how to get the bottom, top, left and right: CellStyle style = cell.getCellStyle(); CellReference cellRef = new CellReference(row.getRowNum(), cell.getColumnIndex()); System.out.println(cellRef + " Bottom: " + style.getBorderBottom()); System.out.println(cellRef + " Top: " + style.getBorderTop()); System.out.println(cellRef + " Left: " + style.getBorderLeft()); System.out.println(cellRef + " Right: " + style.getBorderRight()); But how do I get the diagonal down and diagonal up?
Thanks for your help! --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
