无法打开用R语言创建的Excel文件

时间:2014-10-20 06:58:40

标签: r excel xlconnect

screenshot of error message. The error message text is: "Compile error in hidden module: mdlGlobal. This error commonly occures when code is incompatible with the version, platform, or architecture of this application. Click "Help" for information on how to correct this error.

当我尝试打开在R中创建的Excel工作簿时,出现损坏错误。 我尝试使用.xlsx和.xls扩展但都没有工作!

我用来做这一切的代码是:

wb <- loadWorkbook("RCreated.xls", create = TRUE);
saveWorkbook(wb)
createSheet(wb, name = "First")

HELP!

1 个答案:

答案 0 :(得分:1)

在保存工作簿之前创建工作表。