R to Excel

yeah. haha i obviously exhausted all of google first before posting here.
 
I've used RExcel in the past and it worked well enough statconn and
 
My use case: I had a legacy tool written in Excel/VBA and needed to extend it quickly with advanced time series functionality.
I called Rscript.exe from VBA code.
If you have to transfer a significant number of parameters, you might need to right and read them to/from files (both in Excel and R sides).

The solution was far from being robust. It may do for ad-hoc or manual process but if you want a fully automated software, it is not a proper way.
 
Back
Top Bottom