Re: [PHP-WIN] Output to Excel File

2003-04-03 Thread Radovan Radic
Hi, I am off-topic here, but are there any ways to load word document file into php, and do something with it (convert to html, put into db etc.) Thx, Radovan "Erwan Pianezza" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > http://www.web-aware.com/biff/ > > PHP to Excel, aka BiffW

Re: [PHP-WIN] Output to Excel File

2003-04-02 Thread Erwan Pianezza
http://www.web-aware.com/biff/ PHP to Excel, aka BiffWriter is a generic class to create Excel compatible streams or files from PHP. It enables web developers with the feature to deploy information "off-line" using the most common spread sheet format. - Original Message - From: "Sven Schn

Re: [PHP-WIN] Output to Excel File

2003-04-01 Thread skate
if your running it on a windows box with excel installed, then you can use a COM object and export directly to an Excel (.xls) file. i've done this, and can supply some cool codes if needed. this stuff is pretty simple, and very cool when you get it working. another alternative is to export in co

Re: [PHP-WIN] Output to Excel File

2003-04-01 Thread Isetro Savi
There is not an easy way that I know of, however, you do have some alternatives. I believe outputting data in html tables and setting the content-type and name properly will work. This is somewhat messy and doesn't allow you to do much with the data, however. Another method I have used and the be