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

Reply via email to