Skip to content

Typo reveals hidden parameter in wb_add_fill #1099

Answered by JanMarvin
Arthfael asked this question in Q&A
Discussion options

You must be logged in to vote

Just realized that there might be another issue in your code. Colors require use of wb_color(). Could you please try the following:

WorkBook <- wb_add_fill(wb = WorkBook, sheet = sheetnm, dims = dimRg, color = wb_color("white"))
WorkBook <- wb_add_fill(wb = WorkBook, sheet = sheetnm, dims = dimRg, color = wb_color(rgb(1,1,1)))

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@JanMarvin
Comment options

Answer selected by Arthfael
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1098 on August 02, 2024 16:13.