RE: [PHP] Is there any Possible Way to get data from Excel File?

2002-03-21 Thread Feroze Md. Arif
- From: Justin French [mailto:[EMAIL PROTECTED]] Sent: 20 March, 2002 2:11 PM To: php Subject: Re: [PHP] Is there any Possible Way to get data from Excel File? Anything is possible :) I'd recommend that the Excell file be exported as a CSV, which will be a LOT easier to munch through, because

RE: [PHP] Is there any Possible Way to get data from Excel File?

2002-03-19 Thread Niklas Lampén
I think that the smartest way to insert data from Excel to mySQL is saving Excel file as CSV and then inserting the whole file. This is ofcourse only if you wan't to insert the whole file. Niklas -Original Message- From: Jack [mailto:[EMAIL PROTECTED]] Sent: 20. maaliskuuta 2002 8:01

Re: [PHP] Is there any Possible Way to get data from Excel File?

2002-03-19 Thread Justin French
Anything is possible :) I'd recommend that the Excell file be exported as a CSV, which will be a LOT easier to munch through, because it won't contain formatting, or anything else. Justin French indent.com.au soundpimps.com Jack wrote: Dear all What i'm planning to do is to use php to