I need to make Excel/Powerpoint-style charts.

Bob Gailer bgailer at alum.rpi.edu
Wed Sep 10 10:24:09 EDT 2003


At 10:39 AM 9/9/2003, mark wrote:

>This isn't a terribly helpful post, but I wrote a script that would
>collect data from a database using an SQL query.  This data was written
>to a file which was then imported into Excel using a macro to do all the
>sorting and chart creation.  I guess there's a learning curve either
>way, but it is another way to go about it, since you mentioned that
>you're using Excel already.
>
>I believe it's possible to call out an instance of Excel and provide
>arguments to tell it which file to open and what to do with it.  I'm
>sure there's someone here with a better idea on exactly how to do that
>(I didn't get that far before I changed jobs).

My approach creates an instance of Excel, then uses Excel VBA methods and 
objects to transfer data and format charts.

Bob Gailer
bgailer at alum.rpi.edu
303 442 2625
-------------- next part --------------

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.506 / Virus Database: 303 - Release Date: 8/1/2003


More information about the Python-list mailing list