xl.get.excel: Returns reference to Excel application.

View source: R/xl.get.excel.R

xl.get.excelR 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)

excel.link documentation built on May 31, 2023, 5:27 p.m.