Openxlsx包输出未在Office 365中打开

时间:2019-09-04 16:05:36

标签: r excel ms-office openxlsx

我们有R程序使用openxlsx包写输出。当MS Office更新到Office 365时,为什么Excel输出文件不再打开?

当我们仍在使用MS Office 2013时,在Excel中打开R程序输出没有问题。但是升级之后,现在已经成为问题。

wb = loadWorkbook(Risk.template.file )
sheet.name = 'Supply Alert'

writeData(wb, sheet.name, Risk.output1,startRow = 2,colNames=FALSE)
writeData(wb, sheet.name, dates.header, startRow = 1, startCol= 14, 
          colNames=TRUE)

预期输出是一个带有2个工作表的Excel文件。

0 个答案:

没有答案