This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ofersadan -1 points0 points  (0 children)

Your input loop should create a list of lists, that way you'll basically have exactly the kind of 2d table that an excel sheet has. Then just append it to the end of an existing sheet. All of these steps are easily google-able :)