From c8ffb154f9406f27a52e40cb57f7c5c1bf124fbc Mon Sep 17 00:00:00 2001 From: Izaak Jephson Date: Thu, 5 Sep 2024 16:45:43 +0100 Subject: [PATCH] Fix column 1 fomatting --- R/export_tables.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/export_tables.R b/R/export_tables.R index 1a293c7..21b9fff 100644 --- a/R/export_tables.R +++ b/R/export_tables.R @@ -450,7 +450,7 @@ add_data_table <- function(wb, wb, sheet_name, cols = 1, - width = "auto", + width = 22, ignoreMergedCells = TRUE )