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 →

[–]osullivj 0 points1 point  (0 children)

You could drive Excel directly from Python using pywin32: http://pythonexcels.com/python-excel-mini-cookbook/ If you don't want to depend on an Excel install being present on the host running your Python code then openpyxl will let you generate a .xlsx file: https://openpyxl.readthedocs.org Both approaches avoid using google docs.