Learn R Programming

excel.link (version 0.9.9)

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 {
# }
# NOT RUN {
xls = xl.get.excel() 
# }

Run the code above in your browser using DataLab