AlabamaRS said:
I dled Excel viwer & bah! didnt work, no where to import a file.. . again whgat I want to do is take a plain text file that I have made & convert to csv format so I can import it using win97. Thank for all the replies so far
PAul
Their is no majic way to do it. What you have to do is:
1. Know the format Win97 wants.
2 Write a program to convert the text file to the format what Win 97 wants.
csv is not a everything format it is a file type - comma seperated values but it does not say what each value must be - only the App reading the file defines this- A csv file could be Name ,Address , Phone etc. It's not unique to scanners - it's the most common and oldest way to store data. Fields in a csv file are defined by the App (ie. Win97) their used with.