Стив Риедо
Стив Риедо
It seems to me that the align and italic options of cell_spec do not function properly: ``` mtcars[1:5, 1:4] %>% mutate( car = row.names(.), hp = cell_spec(hp,background = "red", color...
First of all: Congratulations for this magnificient package! I am using the r package `plotly` and came across the following bug: Naming traces works usually very well. When I remove...
I am using xlsx to add Data Frames to existing excel templates. Currently, I see no way to keep the cell style when using addDataFrame(). I would expect `addDataFrame(x,sheet,colStyle =...