diff --git a/dev/pkgdown.yml b/dev/pkgdown.yml index 0b7019e5a..94b2c1367 100644 --- a/dev/pkgdown.yml +++ b/dev/pkgdown.yml @@ -9,7 +9,7 @@ articles: openxlsx2_style_manual: openxlsx2_style_manual.html openxlsx2: openxlsx2.html Update-from-openxlsx: Update-from-openxlsx.html -last_built: 2024-12-14T13:37Z +last_built: 2024-12-15T10:36Z urls: reference: https://janmarvin.github.io/openxlsx2/reference article: https://janmarvin.github.io/openxlsx2/articles diff --git a/dev/reference/wbWorkbook.html b/dev/reference/wbWorkbook.html index a9758814b..b1c1ae3d8 100644 --- a/dev/reference/wbWorkbook.html +++ b/dev/reference/wbWorkbook.html @@ -2479,6 +2479,7 @@
...
additional arguments
wb_merge_cells(wb, sheet = current_sheet(), dims = NULL, solve = FALSE, ...)
+ wb_merge_cells(
+ wb,
+ sheet = current_sheet(),
+ dims = NULL,
+ solve = FALSE,
+ direction = NULL,
+ ...
+)
wb_unmerge_cells(wb, sheet = current_sheet(), dims = NULL, ...)
direction in which to split the cell merging. Allows "row" or "col"
additional arguments