Re: [Tutor] How to get graphical representation in Excel file

2005-03-07 Thread Alan Gauld
> 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 with

Re: [Tutor] How to get graphical representation in Excel file

2005-03-07 Thread Danny Yoo
[Ravi] > > 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), [Liam] > Erm win32api?

Re: [Tutor] How to get graphical representation in Excel file

2005-03-07 Thread Liam Clarke
Erm win32api? On Sun, 6 Mar 2005 21:35:16 -0800 (PST), Ravi Kishan T.S <[EMAIL PROTECTED]> wrote: > Hi! > > 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 repres

[Tutor] How to get graphical representation in Excel file

2005-03-06 Thread Ravi Kishan T.S
Hi!   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),   Can somebody help me with this.   Regards Rav