Daniel Mota

Results 2 comments of Daniel Mota

> @wphampton I've found a way to create the file is encrypted popup: > > ```r > library(openxlsx) > > wb addWorksheet(wb, "main") > writeDataTable(wb, "main", head(iris), tableStyle = "TableStyleLight9")...

I have a similar issue. The following code won´t work: `theme(legend.title = element_blank()),` The legend title still appears.