【发布时间】:2019-04-30 09:20:59
【问题描述】:
我想创建两个带有条款和Commloans 的选项卡。 但是当我使用此代码时,条款会覆盖 Commloans,我没有这两个选项卡:/
library("openxlsx")
write.xlsx(Comms, file = "PnL.xlsx", sheetName="Commloans", append=TRUE)
write.xlsx(Terms, file = "PnL.xlsx", sheetName="Terms", append=TRUE)
【问题讨论】: