[R] convert *.xls to text
Gabor Grothendieck
ggrothendieck at myway.com
Tue Mar 30 18:05:54 CEST 2004
<solares <at> unsl.edu.ar> writes:
> Hi, really i cant save *.xls to *.txt or *.csv because the file coming in
> real time, i need a library or programa what to transform in real time
> *.xls to tex file. Ruben
1. There was a post last month on r-help regarding this batch converter:
http://www.analytics.washington.edu/statcomp/downloads/xls2csv
2. Googling for
xls to csv
will likely locate other alternatives too.
3. You can read the .xls directly into R as shown in the R Data Import/Export
manual and then write it out as a text file.
More information about the R-help
mailing list