Re: [PHP] MySQL to Excel with mutiple sheets

2001-11-29 Thread jimmy elab
Matthew Loff wrote: http://www.wotsit.org/search.asp?page=49s=ALLFILES http://homepage.tinet.ie/~jmcnamara/perl/WriteExcel.html This guy really has loads of remarkable links, or have you?! Got any more? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

Re: [PHP] MySQL to Excel with mutiple sheets

2001-11-29 Thread jimmy elab
David Robley wrote: s/require it be done/want to do it Count me in. Starting somewhere in December. An RTF module will be first, though! I'll post. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [PHP] MySQL to Excel with mutiple sheets

2001-11-29 Thread jimmy elab
Jason Murray wrote: I stand by my original statement. After someone requires PHP to output a multi-sheet Excel file, the code to do it will then be out there. :) Ah, this is a nice cryptic answer! I need it -more or less- ;-) Why? This is why: http://nijb.nl/planning.php (It will open a

RE: [PHP] MySQL to Excel with mutiple sheets

2001-11-29 Thread Matthew Loff
tables) http://www.nusphere.com/products/tech_library.htm -Original Message- From: jimmy elab [mailto:[EMAIL PROTECTED]] Sent: Friday, November 30, 2001 1:34 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] MySQL to Excel with mutiple sheets Matthew Loff wrote: http://www.wotsit.org

[PHP] MySQL to Excel with mutiple sheets

2001-11-28 Thread Brian Lee
I have a script that searches a MySQL DB and produces an Excel file from each table in the search. EX. You search 4 different tables for the “Seattle” you would come up with 4 different Excel files. Now I was wondering if it was possible to take the 4 different Excel files I just created and

RE: [PHP] MySQL to Excel with mutiple sheets

2001-11-28 Thread Matthew Loff
: Wednesday, November 28, 2001 6:34 PM To: [EMAIL PROTECTED] Subject: [PHP] MySQL to Excel with mutiple sheets I have a script that searches a MySQL DB and produces an Excel file from each table in the search. EX. You search 4 different tables for the Seattle you would come up with 4 different Excel

RE: [PHP] MySQL to Excel with mutiple sheets

2001-11-28 Thread Jason Murray
Can't be done easily with PHP right now... To get that type of functionality, you'd need to write it in Perl using the SpreadSheet::WriteExcel module. http://homepage.tinet.ie/~jmcnamara/perl/WriteExcel.html In that case, someone could probably work out how to do it based on the source of

RE: [PHP] MySQL to Excel with mutiple sheets

2001-11-28 Thread Matthew Loff
- From: Jason Murray [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 29, 2001 1:02 AM To: 'Matthew Loff'; 'Brian Lee'; [EMAIL PROTECTED] Subject: RE: [PHP] MySQL to Excel with mutiple sheets Can't be done easily with PHP right now... To get that type of functionality, you'd need

RE: [PHP] MySQL to Excel with mutiple sheets

2001-11-28 Thread Jason Murray
Actually, I looked into the possibility of doing that, but it turns out the Excel 5.0+ file format is -very- complicated... Not just a standard binary file... Check it out: http://www.wotsit.org/search.asp?page=49s=ALLFILES Way beyond my capabilities and patience. :) Eugh

Re: [PHP] MySQL to Excel with mutiple sheets

2001-11-28 Thread David Robley
On Thu, 29 Nov 2001 16:51, Jason Murray wrote: Actually, I looked into the possibility of doing that, but it turns out the Excel 5.0+ file format is -very- complicated... Not just a standard binary file... Check it out: http://www.wotsit.org/search.asp?page=49s=ALLFILES Way beyond

RE: [PHP] MySQL to Excel with mutiple sheets

2001-11-28 Thread Jason Murray
Actually, I looked into the possibility of doing that, but it turns out the Excel 5.0+ file format is -very- complicated... Not just a standard binary file... Check it out: http://www.wotsit.org/search.asp?page=49s=ALLFILES Way beyond my capabilities and patience. :)