Re: Database to Excel script...

2002-10-06 Thread Andreas Schmitz
This is complete nonsense: > $xls->set_column(6, 7, 50); please read the docs: Perl/site/lib/Spreadsheet/WriteExcel/doc/WriteExcel.html#set_column_first_col_last_col -- Andreas Schmitz http://www.medialsoft.de _ _ _ _ ° _ _ _ _ _ | | ||_ | \|| || _| (_)|- | | | ||_ |_/||-||__

RE: Database to Excel script...

2002-10-03 Thread Sterin, Ilya
This is getting pretty OT as well. So possibly you can either ask in person, or on comp.lang.perl.misc Thanks. Ilya -Original Message- From: NIPP, SCOTT V (SBCSI) To: Sterin, Ilya; ''Jeff Zucker' '; 'dbi-users ' Sent: 10/3/02 8:29 AM Subject: RE: Databas

RE: Database to Excel script...

2002-10-03 Thread Sterin, Ilya
Where did you get the set_column method, I don't even see one in perldoc? Ilya -Original Message- From: NIPP, SCOTT V (SBCSI) To: Sterin, Ilya; ''Jeff Zucker' '; 'dbi-users ' Sent: 10/3/02 8:29 AM Subject: RE: Database to Excel script... I am t

RE: Database to Excel script...

2002-10-03 Thread NIPP, SCOTT V (SBCSI)
CSI); ''Jeff Zucker' '; 'dbi-users ' Subject: RE: Database to Excel script... Actually I can set up some event handlers in DBIx::Dump, which will allow you to assign an even handler to handle transformations. Give me until tomorrow noon. Ilya -Original Message---

RE: Database to Excel script...

2002-10-02 Thread Sterin, Ilya
PM Subject: RE: Database to Excel script... OK... I am stuck once again. I am to pull the data from the database and export it directly to an Excel file. Now, I am trying to figure out the formatting... The first problem I am running into is reformatting dates from the output of My

Re: Database to Excel script...

2002-10-02 Thread cp
> From: "NIPP, SCOTT V (SBCSI)" <[EMAIL PROTECTED]> > Subject: RE: Database to Excel script... > > OK... I am stuck once again. I am to pull the data from the > database and export it directly to an Excel file. Now, I am trying to > figure out the formatting.

RE: Database to Excel script...

2002-10-02 Thread Crown David T. (DNREC)
)739-4409 Fax: (302)739-6242 www.dnrec.state.de.us/ -Original Message- From: NIPP, SCOTT V (SBCSI) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 2002 16:46 To: 'Jeff Zucker'; Sterin, Ilya; dbi-users Subject: RE: Database to Excel script... OK... I am stuck

RE: Database to Excel script...

2002-10-02 Thread Steve Sapovits
a; dbi-users > Subject: RE: Database to Excel script... > > OK... I am stuck once again. I am to pull the data from the > database and export it directly to an Excel file. Now, I am trying to > figure out the formatting... The first problem I am running into is > reform

RE: Database to Excel script...

2002-10-02 Thread NIPP, SCOTT V (SBCSI)
format. Any help would be greatly appreciated. -Original Message- From: Jeff Zucker [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 01, 2002 6:51 PM To: Sterin, Ilya; dbi-users Subject: Re: Database to Excel script... Sterin, Ilya wrote: > Jeff, that's helpful:-) > > but

Re: Database to Excel script...

2002-10-01 Thread Jeff Zucker
Sterin, Ilya wrote: > Jeff, that's helpful:-) > > but that does not pupulat the excel spreadsheet with data from a select > query, rather you have to select and loop while do()ing it. > > There is lot of overhead for certain things, I just though a simple mod > would help to just dump data, and

Re: Database to Excel script...

2002-10-01 Thread Michael A Chase
Sent: Tuesday, October 01, 2002 11:14 AM > To: NIPP, SCOTT V (SBCSI) > Cc: '[EMAIL PROTECTED]' > Subject: Re: Database to Excel script... > $dbh->trace( 2, "dbitrace.log" ); > # trace verfolgung # trace pursuit >

Re: Database to Excel script...

2002-10-01 Thread Jeff Zucker
KAWAI,Takanori wrote: > $hDbE->func('dump.xls', 'save'); Hmm, forget my patch, I missed that somehow :-(. Actually the one part of the patch you might want to keep is the part that creates a new .xls file if the one in the connect doesn't exist yet. Here's the patch for that part. (Please

Re: Database to Excel script...

2002-10-01 Thread KAWAI,Takanori
- Original Message - From: "NIPP, SCOTT V (SBCSI)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 02, 2002 12:04 AM Subject: Database to Excel script... > I have a MySQL database that I have a few Perl scripts working on. > I am now looking into doing some reporting

Re: Database to Excel script...

2002-10-01 Thread KAWAI,Takanori
AIL PROTECTED]> Sent: Wednesday, October 02, 2002 6:41 AM Subject: Re: Database to Excel script... > Ilya Sterin wrote: > > > >Jeff Zucker wrote > >> > > >>With Kawai Takanori's DBD::Excel (on CPAN). > > > >Yes, but DBD::Excel allow

RE: Database to Excel script...

2002-10-01 Thread Sterin, Ilya
t: 10/1/02 3:41 PM Subject: Re: Database to Excel script... Ilya Sterin wrote: > >Jeff Zucker wrote >> >>With Kawai Takanori's DBD::Excel (on CPAN). > >Yes, but DBD::Excel allows you to query Excel files, not dump them. Here's a somewhat simple minded patch to

Re: Database to Excel script...

2002-10-01 Thread Jeff Zucker
Ilya Sterin wrote: > >Jeff Zucker wrote >> >>With Kawai Takanori's DBD::Excel (on CPAN). > >Yes, but DBD::Excel allows you to query Excel files, not dump them. Here's a somewhat simple minded patch to DBD::Excel that allows one to create and populate an Excel file with standard SQL CREATE

RE: Database to Excel script...

2002-10-01 Thread Sterin, Ilya
DBIx::Dump :-) https://pause.perl.org/pub/PAUSE/authors/id/I/IS/ISTERIN/DBIx-Dump-0.01.tar Ilya -Original Message- From: NIPP, SCOTT V (SBCSI) To: '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED]' Sent: 10/1/02 9:39 AM Subject: RE: Database to Excel script...

RE: Database to Excel script...

2002-10-01 Thread Sterin, Ilya (I.)
Yes, but DBD::Excel allows you to query Excel files, not dump them. Ilya -Original Message- From: Jeff Zucker [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 01, 2002 11:37 AM To: dbi-users Subject: Re: Database to Excel script... Sterin, Ilya wrote: > You can easily accompl

RE: Database to Excel script...

2002-10-01 Thread NIPP, SCOTT V (SBCSI)
PROTECTED]] Sent: Tuesday, October 01, 2002 11:14 AM To: NIPP, SCOTT V (SBCSI) Cc: '[EMAIL PROTECTED]' Subject: Re: Database to Excel script... Here we go: > > I have a MySQL database that I have a few Perl scripts working on. > I am now looking into doing some reportin

Re: Database to Excel script...

2002-10-01 Thread Jeff Zucker
Sterin, Ilya wrote: > You can easily accomplish that by dumpin into a CSV (comma separated file) > with .csv extension which will open in excel as you want. Here's one for the FAQ: How do I use DBI with Excel? With Kawai Takanori's DBD::Excel (on CPAN). It provides a DBI interface on top of

RE: Database to Excel script...

2002-10-01 Thread NIPP, SCOTT V (SBCSI)
); ''[EMAIL PROTECTED]' ' Subject: RE: Database to Excel script... You can easily accomplish that by dumpin into a CSV (comma separated file) with .csv extension which will open in excel as you want. Ilya -Original Message- From: NIPP, SCOTT V (SBCSI) To: '[EMAI

Re: Database to Excel script...

2002-10-01 Thread Andreas Schmitz
Here we go: > > I have a MySQL database that I have a few Perl scripts working on. > I am now looking into doing some reporting on these database tables. I > would really like to find a script that queries the database and the uses > the Spreadsheet::WriteExcel module to output the data

RE: Database to Excel script...

2002-10-01 Thread Sterin, Ilya
You can easily accomplish that by dumpin into a CSV (comma separated file) with .csv extension which will open in excel as you want. Ilya -Original Message- From: NIPP, SCOTT V (SBCSI) To: '[EMAIL PROTECTED]' Sent: 10/1/02 9:04 AM Subject: Database to Excel script... I have a My