Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
xlsx我使用R 中的包使用以下代码将工作表添加到 Excel 电子表格
xlsx
library(xlsx) wb <- CreateWorkbook() newsheet <- createSheet(wb, sheetName = 'Sheet1')
有没有办法自动更改“Sheet1”选项卡的颜色?
没有对标签的引用xlsx
我的第一直觉是看,XLConnect但那里也没有提到标签。
XLConnect