Learn R Programming

excel.link (version 0.9.4)

xl.get.excel: 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()

Arguments

Value

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

Examples

Run this code

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

Run the code above in your browser using DataLab