Alan
Alan
@nacnudus , thanks so much for the quick response. I would like to not use conditional formatting, but I'm unable to come up with a way that would work. Let's...
OHH, I think I can just implement the conditional formatting in R using `addStyle` from openxlsx so it is hard-coded into the new Excel file? I will try that and...
Applying the conditional formatting via openxlsx's `addStyle` in R _before_ the new file creation allowed me to extract the formatting with tidyxl's `xslx_formats`. Thanks for your responses and great work...
Sorry, I should have been more thorough. I'm using the exact code in the "Getting table data in Shiny" section at https://swechhya.github.io/excelR/ ``` library(excelR) library(shiny) shinyApp( ui = fluidPage(actionButton('get', 'Get...