Skip to content

enquiry

5 messages · Karan Anand, Rui Barradas, Erdal Karaca

#
Hello,

Try the following.

install.packages("sos")  # to install the package
library(sos)             # to load the package nto R session
finFn("xlsx")            # find it

Have fun.

Hope this helps,

Rui Barradas

Em 16-07-2012 06:17, Karan Anand escreveu:
#
Sorry, it's

findFn("xlsx")

And the first three hits ARE promising (they work). I use the second, 
package xlsx. Package XLConnect is more flexible if you want to do 
things to excel spreadsheets from R. Package xlsx is simpler if you just 
want to read them and then use R.

Rui Barradas

Em 16-07-2012 07:37, Rui Barradas escreveu:
#
Hello,

Sorry, but I'm not at my computer and will be away from it for 2 or 3 
days, so I can't install package XLConnect and see what's going on.

Heve you tried the functions to get sheets first? (by number, maybe.)

Rui Barradas

Em 16-07-2012 22:30, Erdal Karaca escreveu: