Re: [PHP] reading excel file

2002-04-03 Thread EMIN CALIKLI
] reading excel file 03.04.2002

[PHP] reading excel file

2002-04-02 Thread Tyler Longren
Hello List, Has anyone ever converted an excel file over to a MySQL database via PHP? I'm currently doing it with perl, and this isn't a very good option for me. The client needs to login to a server via ssh every time they want to put data from their excel file to mysql. I'd like to find some

RE: [PHP] reading excel file

2002-04-02 Thread Jason Murray
Has anyone ever converted an excel file over to a MySQL database via PHP? I'm currently doing it with perl, and this isn't a very good option for me. The client needs to login to a server via ssh every time they want to put data from their excel file to mysql. I'd like to find some way

Re: [PHP] reading excel file

2002-04-02 Thread Tyler Longren
Message - From: Jason Murray [EMAIL PROTECTED] To: 'Tyler Longren' [EMAIL PROTECTED]; php-general [EMAIL PROTECTED] Sent: Tuesday, April 02, 2002 7:32 PM Subject: RE: [PHP] reading excel file Has anyone ever converted an excel file over to a MySQL database via PHP? I'm currently doing

RE: [PHP] reading excel file

2002-04-02 Thread Martin Towell
- Original Message - From: Jason Murray [EMAIL PROTECTED] To: 'Tyler Longren' [EMAIL PROTECTED]; php-general [EMAIL PROTECTED] Sent: Tuesday, April 02, 2002 7:32 PM Subject: RE: [PHP] reading excel file Has anyone ever converted an excel file over to a MySQL database via PHP? I'm

RE: [PHP] reading excel file

2002-04-02 Thread Jason Murray
Thanks Jason, that is a pretty good idea. Any idea how well PHP handles large ammounts of data like that? There'll be about 25,000 lines in every excel file, and they come in groups of 5 or 6. I've rigged up an import script for similar functions before, it seems to run ok... it really

RE: [PHP] reading excel file

2002-04-02 Thread Jason Murray
If it's possible, it probably better to deal with each line by itself, rather than try to load to whole file into memory. Good point. Shared server admins probably hate me. ;) J -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] reading excel file

2002-04-02 Thread Vail, Warren
215 Fremont 02-658 -Original Message- From: Jason Murray [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 02, 2002 5:33 PM To: 'Tyler Longren'; php-general Subject: RE: [PHP] reading excel file Has anyone ever converted an excel file over to a MySQL database via PHP? I'm currently