• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

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