ft_to_xlsx: Convert a flextable object to an xlsx file

View source: R/flextable.R

ft_to_xlsxR Documentation

Convert a flextable object to an xlsx file

Description

Convert a flextable object to an xlsx file

Usage

ft_to_xlsx(
  ft,
  file = "./output/ft_to_xl.xlsx",
  sheet_name = "ft1",
  start_row = 1,
  start_col = 1,
  append = FALSE
)

Arguments

append

JahNorr/orrr documentation built on Jan. 29, 2025, 5:11 p.m.