ft_to_xlsx_border {flexlsx} | R Documentation |
Determines the border style
Description
Usage
ft_to_xlsx_border(border_color, border_width, border_style)
Arguments
border_color |
the color of the border |
border_width |
a numeric vector determining the border-width |
border_style |
the flextable style name of the border |
Details
openxlsx2/Excel does handle borders differently than flextable. This function maps the flextable border styles to the Excel border styles.
Value
a factor of xlsx border styles
[Package flexlsx version 0.3.1 Index]