[PHP] Export resultset

2003-09-29 Thread DPCMA Metalito
Hi There,

New to this list. I would like to know if anybody knows where can I found 
information about how can I generate an Excel Spreadsheet, with the resulset 
of an LDAP query that my script made. The goal is that MS Explorer can 
download and load the xls inside the browser, and other ones download the 
file.

Thanx in advance.
Regards.

DPC
_
MSN 8 with e-mail virus protection service: 2 months FREE* 
http://join.msn.com/?page=features/virus

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] Export resultset

2003-09-29 Thread Marek Kilimajer
I use this class: 
http://www.bettina-attack.de/jonny/view.php/projects/php_writeexcel/

DPCMA Metalito wrote:

Hi There,

New to this list. I would like to know if anybody knows where can I 
found information about how can I generate an Excel Spreadsheet, with 
the resulset of an LDAP query that my script made. The goal is that MS 
Explorer can download and load the xls inside the browser, and other 
ones download the file.

Thanx in advance.
Regards.

DPC
_
MSN 8 with e-mail virus protection service: 2 months FREE* 
http://join.msn.com/?page=features/virus

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] Export resultset

2003-09-29 Thread CPT John W. Holmes
From: DPCMA Metalito [EMAIL PROTECTED]

 New to this list. I would like to know if anybody knows where can I found
 information about how can I generate an Excel Spreadsheet, with the
resulset
 of an LDAP query that my script made. The goal is that MS Explorer can
 download and load the xls inside the browser, and other ones download the
 file.

Look on phpclasses.org or sourceforge.net for some classes. There are some
out there.

Although the easiest method is to just create an HTML table and send Excel
headers with header(). Excel will turn the HTML into a spreadsheet.

---John Holmes...

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php