XLconnect导出包含另一个文件中的数据和图片的工作表

时间:2018-02-19 13:22:33

标签: r excel

我正在尝试将包含.xls文件中的数据和图片的工作表导出到另一个.xls(R:XLconnect),但我无法为整张工作表执行此操作。 只能移动字符和数字,而不仅仅是整张纸。

将工作表移动到另一个文件而不进行任何修改,将其集成到循环中。

如果您有任何想法,感谢您的帮助!

library(XLConnect)
XLSopen<-"Test.xls" #contain a sheet call "Caracteristiques" with dataframe, picture of graphics and colors on cells
wb <- loadWorkbook(XLSopen, create = FALSE) # I would like to copy the wole sheet without modifications to an over xls file names "Test1.xls"

0 个答案:

没有答案