Re: Talvitie -- transferring data

new topic     » topic index » view thread      » older message » newer message

This creates an Excel file.  The file is Tab delineated ( \t moves to next
cell,  \n moves to next row).

integer fn
fn = open("test.xls","w")
puts(fn,"abc \t def \t ghi \t\t klm")
puts(fn, "\n")
puts(fn,"nop \t qrs \t tuv \t wxy")
puts(fn,"\n")
puts(fn,"z")

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu