How to convert xls to plain ascii text.

D

dsaklad

How do you convert xls to plain ascii text without having to install
anything on the computer?
 
E

Earl Kiosterud

Use File - Save as. In the File type box, use comma separated variables
(*.csv), text(*.txt), or "space-delimited" (*.prn) as needed. Examine the
saved file with NotePad. If that doesn't do it for you, try the Text Write
Program at www.smokeylake.com/excel.
 
Top