Skip to content

Commit

Permalink
[ignore_error] return a wbWorkbook
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMarvin committed Dec 2, 2023
1 parent 6f5d130 commit f82fb05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# openxlsx2 (development version)

## Fixes

* `wb_add_ignore_error()` now returns a `wbWorkbook`


***************************************************************************

Expand Down
1 change: 1 addition & 0 deletions R/class-workbook.R
Original file line number Diff line number Diff line change
Expand Up @@ -7355,6 +7355,7 @@ wbWorkbook <- R6::R6Class(
twoDigitTextYear = two_digit_text_year,
unlockedFormula = unlocked_formula
)
invisible(self)
},

#' @description add sheetview
Expand Down

0 comments on commit f82fb05

Please sign in to comment.