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
rom: "Sven Schnitzke" <[EMAIL PROTECTED]> To: "'[PHP-WIN]'" <[EMAIL PROTECTED]> Sent: Wednesday, April 02, 2003 1:36 PM Subject: AW: [PHP-WIN] Output to Excel File Hi, I recently experimented a bit with Excel using COM (Excel 8 aka Excel97 and PHP 4.3 /

AW: [PHP-WIN] Output to Excel File

2003-04-02 Thread Sven Schnitzke
TECTED] > Gesendet am: Dienstag, 1. April 2003 23:58 > An: [EMAIL PROTECTED] > Betreff: [PHP-WIN] Output to Excel File > > At my job, we are using ColdFusion with an Oracle database, and one the > things we do is output data in a HTML table using contentType = > &

Re: [PHP-WIN] Output to Excel File

2003-04-01 Thread skate
Message - From: "Chris and Trish Kaelin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 01, 2003 10:58 PM Subject: [PHP-WIN] Output to Excel File > At my job, we are using ColdFusion with an Oracle database, and one the > things we do is output data

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

[PHP-WIN] Output to Excel File

2003-04-01 Thread Chris and Trish Kaelin
At my job, we are using ColdFusion with an Oracle database, and one the things we do is output data in a HTML table using contentType = "application/msexcel", which creates a MS Excel spreadsheet. The two web sites I am running from home are PHP with an mySQL database. Is there a similar metho