> I am working on Python on Windows XP, Iam being able to create or > generate an Excel file using python, but unable to write the excel > file with the graphs in it. I want to represent some data in the > form of Graph (Gant chart, Pie chart and all),
Creating graphs in Excel is best done within Excel! You can do it using the COM inteface and the Python winall package but its not simple unless you are very familiar with COM. Does it have to be in Excel? It might be easier to draw the graphs direct from the data in Python? Alan G. _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor