ft_to_xlsx_border: Determines the border style

View source: R/wb_apply_border.R

ft_to_xlsx_borderR Documentation

Determines the border style

Description

[Experimental]

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


flexlsx documentation built on April 4, 2025, 2:13 a.m.