Skip to content
Prev 244601 / 398502 Next

WriteXLS error:Error in get(x, envir = envir) : variable names are limited to 256 bytes

On Dec 10, 2010, at 4:39 PM, Patrick McKann wrote:

            
I have gotten tripped up by the argument syntax in WriteXLS myself,  
many times. Please check the help page for argument names and use  
them, especially paying attention to the fact that the first argument  
needs to be a character _vector_ (and I suspect that passing it a list  
may not qualify) and I always use the name for the Excel file  
argument. I suspect that this may work:

WriteXLS('alldata','test.xls')