xl.get.excel {excel.link}R Documentation

Returns reference to Excel application.

Description

Returns reference to Microsoft Excel application. If there is no running instance exists it will create a new instance.

Usage

xl.get.excel()

Value

object of class 'COMIDispatch' (as returned by COMCreate from RDCOMClient package).

Examples


## Not run: 
xls = xl.get.excel() 

## End(Not run)

[Package excel.link version 0.9.8-1 Index]