search for: exampleexcelfile

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

2013 Apr 02
1
gdata selectively not working
...the problem is. So i'm at a loss of how to fix it. > library(gdata) gdata: read.xls support for 'XLS' (Excel 97-2004) files ENABLED. gdata: read.xls support for 'XLSX' (Excel 2007+) files ENABLED. <snip> > test <- read.xls("C:/Dropbox/R/library/gdata/xls/ExampleExcelFile.xlsx", verbose=T) Using perl at C:\Perl64\bin\perl.exe Using perl at C:\Perl64\bin\perl.exe Converting xls file “C:/Dropbox/R/library/gdata/xls/ExampleExcelFile.xlsx” to csv file “C:\Users\Robin\AppData\Local\Temp\RtmpWkmGgn\file1bccd743d36.csv” ... Executing ' "C:\Perl64\b...
2010 Feb 23
1
Importing Headers from excel files
Hello I am trying to import an Excel file but I am loosing the headers, My headers are in the first to rows of the EXCEL file. In the following R output, the NA are supposed to be the second item in the Header. Is there any way to Import more than one row as headers?. Thank you Felipe Parra > Data<-odbcConnectExcel('Curva LIBOR.xlsx',readOnly=T,) >