search for: excelutil

Displaying 2 results from an estimated 2 matches for "excelutil".

Did you mean: excelutils
2006 Apr 19
1
Help with package RDCOMClient
...'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > ls() character(0) > > library(RDCOMClient) > data(quakes) > source("K:/R/RDCOMClient/examples/excelutils.R") > xls <- COMCreate("Excel.Application") > xls[["Visible"]] <- TRUE Crashes R! Any ideas? Thank you This message and any attachments are confidential. If you a...{{dropped}}
2006 Apr 25
1
Questions to RDCOMClient
...ering the use of RDCOMClient and perhaps you can help me solving them: 1. Problems with closing the COM-applications ============================================= My R procedure structure looks as follows: # loading the packages library(RDCOMClient) source(system.file("examples", "excelUtils.r", package="RDCOMClient")) # opening the Excel file dnXls <- paste(pfArb, "/RVP#StO-Analyse_VersVerw.xls", sep="") # Xls-Dateiname + Pfad xls <- COMCreate("Excel.Application") xls[["Workbooks"]]$Open("c:\tmp\test.xls) sh <- x...