In the ExcelStyler, it is possible to add a border style to a row. It gets a value like:
version<semicolon>1<semicolon>cell_border_style<semicolon>BORDERSTYLE_THICK<semicolon>cell_border_color<semicolon>0<comma>0<comma>0
However, I only want to apply it to the bottom of that row, which is not available in the interface. Does anyone know whether it is a possibility to extend the current formatting value and apply the border style to the bottom only?
Maybe something similar to:
cell_border_type<semicolon>BOTTOM<semicolon>
but then with the right values