Dear all, I was using older version of R (installed early). I install new version of R (R.2.9.0) but i could not find package "xlsReadWrite" to read Excel file. Is there any alternatives to read Excel file ? I hope it should be. I need help although it is minor querry. Thanks in advance. Sincerely, Ram Kumar Basnet Wageningen University, The Netherlands [[alternative HTML version deleted]]
Hi, The xlsReadWrite package is at the R site in the archive packages in CRAN (http://cran-r.c3sl.ufpr.br/src/contrib/Archive/xlsReadWrite/). You should also take a look at the package RExcelInstaller. Talita Em Seg, 2009-06-15 ?s 15:28 -0700, ram basnet escreveu:> Dear all, > > I was using older version of R (installed early). I install new version of R (R.2.9.0) but i could not find package "xlsReadWrite" to read Excel file. Is there any alternatives to read Excel file ? > I hope it should be. > I need help although it is minor querry. > Thanks in advance. > > Sincerely, > Ram Kumar Basnet > Wageningen University, > The Netherlands > > > > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.-- Talita Perciano Department of Computer Science - IME - USP PhD Student in Computer Science S?o Paulo, SP, Brazil Tel: +55 11 8826 7092
Talita Perciano wrote:> Hi, > > The xlsReadWrite package is at the R site in the archive packages in > CRAN (http://cran-r.c3sl.ufpr.br/src/contrib/Archive/xlsReadWrite/). You > should also take a look at the package RExcelInstaller. > > TalitaI am not sure if there are any updates of the package since it was archived, but the source is available from the developer at: http://treetron.googlepages.com/> > Em Seg, 2009-06-15 ?s 15:28 -0700, ram basnet escreveu: >> Dear all, >> >> I was using older version of R (installed early). I install new version of R (R.2.9.0) but i could not find package "xlsReadWrite" to read Excel file. Is there any alternatives to read Excel file ? >> I hope it should be. >> I need help although it is minor querry. >> Thanks in advance. >> >> Sincerely, >> Ram Kumar Basnet >> Wageningen University, >> The Netherlands >> >> >> >> >> [[alternative HTML version deleted]] >> >> ______________________________________________ >> R-help at r-project.org mailing list >> https://stat.ethz.ch/mailman/listinfo/r-help >> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html >> and provide commented, minimal, self-contained, reproducible code.-- _________________________________________________________________ David Scott Department of Statistics The University of Auckland, PB 92019 Auckland 1142, NEW ZEALAND Phone: +64 9 923 5055, or +64 9 373 7599 ext 85055 Email: d.scott at auckland.ac.nz, Fax: +64 9 373 7018 Graduate Officer, Department of Statistics Director of Consulting, Department of Statistics
Check out: http://wiki.r-project.org/rwiki/doku.php?id=tips:data-io:ms_windows On 6/15/09, ram basnet <basnetabc at yahoo.com> wrote:> Dear all, > > I was using older version of R (installed early). I install new version of R > (R.2.9.0) but i could not find package "xlsReadWrite" to read Excel file. Is > there any alternatives to read Excel file ? > I hope it should be. > I need help although it is minor querry. > Thanks in advance. > > Sincerely, > Ram Kumar Basnet > Wageningen University, > The Netherlands > > > > > [[alternative HTML version deleted]] > >
> I was using older version of R (installed early). I install new version of R (R.2.9.0) but i could not find package "xlsReadWrite" to read Excel file.As others have pointed out (thanks) you can find it here: http://treetron.googlepages.com/. It runs fine in 2.9.0.> Is there any alternatives to read Excel file ?RODBC, RExcel, gdata, use COM (search this forum for code). Cheers, Hans-Peter