Skip to content

Commit

Permalink
[ignore_error] Ignore error returned a worksheet (#865)
Browse files Browse the repository at this point in the history
* Begin new development

* [ignore_error] return a wbWorkbook
  • Loading branch information
JanMarvin authored Dec 2, 2023
1 parent 69ff56b commit 08c6db0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: openxlsx2
Title: Read, Write and Edit 'xlsx' Files
Version: 1.2
Version: 1.2.0.9000
Language: en-US
Authors@R: c(
person("Jordan Mark", "Barbone", email = "jmbarbone@gmail.com", role = "aut", comment = c(ORCID = "0000-0001-9788-3628")),
Expand Down
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# openxlsx2 (development version)

## Fixes

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


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


# openxlsx2 1.2

## New features
Expand All @@ -14,6 +24,7 @@

* Options `openxlsx2.maxWidth` and `openxlsx2.minWidth` are now respected as documented when setting column widths with `wb_set_col_widths()`. [847](https://github.com/JanMarvin/openxlsx2/issues/847)


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


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 08c6db0

Please sign in to comment.