Syntax FACTORY_DEF ExcelStyleFactory [FACTORY_NAME ] [INPUT FEATURE_TYPE [ ]* []*] [ROW_OR_CELL (row|cell)] [NUMBER_FORMAT_STRING ] [FONT ] [FONT_COLOR ] [PATTERN_COLOR ] [PATTERN_STYLE (FILLPATTERN_NONE|FILLPATTERN_SOLID|FILLPATTERN_GRAY50|FILLPATTERN_GRAY75|FILLPATTERN_GRAY25|FILLPATTERN_HORSTRIPE|FILLPATTERN_VERSTRIPE|FILLPATTERN_REVDIAGSTRIPE|FILLPATTERN_DIAGSTRIPE|FILLPATTERN_DIAGCROSSHATCH|FILLPATTERN_THICKDIAGCROSSHATCH|FILLPATTERN_THINHORSTRIPE|FILLPATTERN_THINVERSTRIPE|FILLPATTERN_THINREVDIAGSTRIPE|FILLPATTERN_THINDIAGSTRIPE|FILLPATTERN_THINHORCROSSHATCH|FILLPATTERN_THINDIAGCROSSHATCH|FILLPATTERN_GRAY12P5|FILLPATTERN_GRAY6P25)] [HORIZONTAL_ALIGNMENT (left|center|right)] [VERTICAL_ALIGNMENT (top|center|bottom)] [INDENT ] [TEXT_ORIENTATION ] [TEXT_CONTROL (wrap_text|shrink_cells|none)] [CELL_BORDER_COLOR ] [CELL_BORDER_STYLE (BORDERSTYLE_NONE|BORDERSTYLE_THIN|BORDERSTYLE_MEDIUM|BORDERSTYLE_DASHED|BORDERSTYLE_DOTTED|BORDERSTYLE_THICK|BORDERSTYLE_DOUBLE|BORDERSTYLE_HAIR|BORDERSTYLE_MEDIUMDASHED|BORDERSTYLE_DASHDOT|BORDERSTYLE_MEDIUMDASHDOT|BORDERSTYLE_DASHDOTDOT|BORDERSTYLE_MEDIUMDASHDOTDOT|BORDERSTYLE_SLANTDASHDOT)] [ROW_HEIGHT ] [ATTRS_TO_STYLE [ ]*] [HIDE_CELLS (true|false)] [LOCKED_CELLS (true|false)] [OUTPUT FEATURE_TYPE [ ]* []*]* Overview Creates a style string based off of the provided parameters and creates attributes containing it in different cases (case specified by ROW_OR_CELL). In the row styling case, it sets the attribute "xlsx_row_formatting" to the style string and in the cell case for every attribute "attrName" that is selected in ATTRS_TO_STYLE we set the attribute "attrName.formatting" to the style string Parameters ROW_OR_CELL In Row mode we add an "xlsx_row_formatting" attribute to format the entire feature. In cell mode for every selected attribute, , we add an attribute ".formatting" in order to format that attribute on the feature, corresponding to a specific cell in a sheet. NUMBER_FORMAT_STRING A FMEParsableText encoded string that abides by Excel's format string rules FONT A FMEParsableText encoded string that follows FME's format for fonts: ,[,