Hi Raphael,

I've had the same problem, with same configuration, and I noticed that the
dataframe was correctly stored in R,  but the error appeared when I tried to
get it  back with the GetDataframe function.
So I use this type of command, and it works fine : 
  Call RInterface.GetDataframe("data.frame(mydataframe)", Range("A1")) 
instead of 
  Call RInterface.GetDataframe("mydataframe", Range("A1"))

Hoping it could help you

Julien Vanwinsberghe

Raphael Sobotka a écrit :
> Hello,
> Impossible to put Dataframes from Excel into R. I got only a dataframe of
NAs. Therefore the provided RDemoDev.xls example does not work.
>
> Everything else seem to work fine:
> -Put Numeric/ Strings/ Variant arrays work well
> -Basic tests of R COM work well
> -Other provided examples work well
>
> I have installed RCOM (1.5)/ REXCEL(1.75) current package + R 2.5.1 +Rcom
package+Excel 2000 +WinWP Pro.
>
> Any idea?
>
> Thanks.
>
>
> _______________________________________________
> Rcom-l mailing list
> Rcom-l@mailman.csd.univie.ac.at
> http://mailman.csd.univie.ac.at/mailman/listinfo/rcom-l
> More information (including a Wiki) at http://rcom.univie.ac.at
>


_______________________________________________
Rcom-l mailing list
Rcom-l@mailman.csd.univie.ac.at
http://mailman.csd.univie.ac.at/mailman/listinfo/rcom-l
More information (including a Wiki) at http://rcom.univie.ac.at

Reply via email to