2
library(xlsx)
write.xlsx(x = link.table, file = "actual1.xlsx",sheetName = "TestSheet", row.names = FALSE)
save(link.table,file="actual.Rda")

I get this output:

library(xlsx)

write.xlsx(x = link.table, file = "actual1.xlsx",sheetName ="TestSheet", row.names = FALSE) Error in .jcall(row[[ir]], "Lorg/apache/poi/ss/usermodel/Cell;", "createCell", : java.lang.IllegalArgumentException: Invalid column index (-1). Allowable column range for EXCEL2007 is (0..16383) or ('A'..'XFD')

Community
  • 1
  • 1
Harshit17
  • 63
  • 6
  • 3
    Help is provided here in this stack overflow link: http://stackoverflow.com/questions/11300647/r-rjava-error-with-xlsx-0-4-2-package – Sowmya S. Manian May 19 '16 at 07:16

0 Answers0