fmx.setBorderLineStyle(3);
fmx.setBorderTopColor(FormatHandle.COLOR_LIGHT_BLUE);
fmx.setBorderBottomColor(FormatHandle.COLOR_GREEN);
fmx.setBorderLeftColor(FormatHandle.COLOR_YELLOW);
fmx.setBorderRightColor(FormatHandle.COLOR_BLACK);
fmx.addCell(sheet.add("Great new cell!!", "A1"));
fmx.setFont("Courier",Font.BOLD,12);
fmx.setForegroundColor(FormatHandle.COLOR_BRIGHT_GREEN);
fmx.setBackgroundColor(FormatHandle.COLOR_BLUE);
fmx.setFontColor(FormatHandle.COLOR_BLUE);
fmx.setBackgroundPattern(FormatHandle.PATTERN_HOR_STRIPES3);