Mail Archives: djgpp/2000/01/28/00:05:06
Hi Ed,
I'm doing this all the time. Just open the file as a DELIMITED file
then in the next window that pops up choose TAB or COMMA, or SPACE or some
thing. The file you open is a dot.txt file and it looks like this:-
1234TAB567TAB166.334TAB22.99cr
next line as above. Use whatever delimiter you like (I prefer the comma
",") to separate the cells in a row and cr puts you onto the next row. Oh
yes once it's open you can use the ms stuff to make it look neat and save
it as a dot.xls file.
You can use all the text goodies that come with djgpp, grep, tr,
cat, sort etc. really good stuff for bashing text files into shape.
Regards Ian.
Ed James wrote:
> I don't suppose anyone can give me a clue where I can find file format
> docs for Excel, either version 2.1, 3 or 4? I'm doing a program that
> generates an Excel file "on-the-fly" to be sent to another system and
> opened by Excel. Microsoft's site itself has not been particularly
> useful. TIA
- Raw text -