ycphs / openxlsx

openxlsx - a fast way to read and write complex xslx files
https://ycphs.github.io/openxlsx/
Other
220 stars 73 forks source link

Add conditionalFormatting() to seealso in createStyle() and addStyle() #465

Open phargarten2 opened 4 months ago

phargarten2 commented 4 months ago

I couldn't find addStyle() on the conditionalFromatting() page. They are similar functions in that conditionalFormatting() adds styles to the Excel worksheet that are more complicated (based on other cells) than adding a style. To allow users easier access to find these functions, please adjust the #'@seealso in the documentation to incorporate conditionalFormatting(), addStyle() and createStyle() as one family.

Proposed Tasks [ ] conditionalFormatting(): Add addStyle() to seealso:

conditional_formatting.R  line 101     #' @seealso [createStyle()]
#'seealso[addStyle()]

[ ] addStyle: Add conditionalFormatting() to seealso:

wrappers.R line  999  #' @seealso [createStyle()]
       #'seealso[conditionalFormatting()]

[ ] createStyle: Add conditionalFormatting to seealso:


wrappers.R line  620     #' @seealso [addStyle()]
#'seealso[conditionalFormatting()]
``