Skip to content

Commit

Permalink
fix wb_add_data_validation()
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMarvin committed Aug 23, 2023
1 parent 84e518c commit fa43a84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/class-workbook-wrappers.R
Original file line number Diff line number Diff line change
Expand Up @@ -1943,6 +1943,7 @@ wb_add_data_validation <- function(
assert_workbook(wb)
wb$clone(deep = TRUE)$add_data_validation(
sheet = sheet,
dims = dims,
type = type,
operator = operator,
value = value,
Expand Down

0 comments on commit fa43a84

Please sign in to comment.