Populating Excel Macro-enabled cells from R/outside environment
问题 I have a macro-enabled template in excel that I wish to populate programmatically from R. I have an R process that retrieves different set of data for every item I with to process, processes them, and then I want it to duplicate and populate the template for each data set, bypassing the need to fill the template out by hand for every set of data. I have been using the XLConnect R package, however it does not support .xlsm files. I thought about using RExcel, but I want to run the program from