[Tutor] Saving Files for Spreadsheet Exporting

Alan Colburn aicolburn@yahoo.com
Wed, 14 Aug 2002 17:30:23 -0700


Two quick questions today:

1) I'd like to save a file, with a list of lists, in a format that could be
read directly into a spreadsheet. Each list would represent a different row,
and each list element a different column. How would I go about doing this?
(List elements are strings.)

2) In the interest of "teaching a man to fish" (rather than "giving him a
fish"), how would you go about searching the Python documentation to find an
answer to this question? ... That's where I started, but I wasn't successful
:-)

Thanks, as always! -- Al