ft_to_style_tibble: Converts a flextable to a tibble with style information
Description
![[Experimental]](figures/lifecycle-experimental.svg?package=flexlsx&version=1.0.0)
Usage
ft_to_style_tibble(
ft,
offset_rows = 0L,
offset_cols = 0L,
offset_caption_rows = 0L
)
Arguments
- ft
a flextable
- offset_rows
offsets the start-row
- offset_cols
offsets the start-columns
- offset_caption_rows
number of rows to offset the caption by