xl.get.excel {excel.link} | R Documentation |
Returns reference to Microsoft Excel application. If there is no running instance exists it will create a new instance.
xl.get.excel()
object of class 'COMIDispatch' (as returned by
COMCreate
from RDCOMClient package).
## Not run: xls = xl.get.excel() ## End(Not run)