Re: [PHP] reading MS Excel?
- From: leonardburton@xxxxxxxxx ("Leonard Burton")
- Date: Thu, 28 Dec 2006 09:03:16 -0500
On 12/28/06, Jiffy Slides Leonard Burton <service@xxxxxxxxxxxxxxx> wrote:
HI Will,
> Is it possible to read Excel files and store the info to DB? If so how?
It is best (well depending on the application) to save the files as
.csv and then use fgetcsv. it will allow you to parse each line and
cell in the file and then go from there.
Take Care,
--
Leonard Burton, N9URK
leonardburton@xxxxxxxxx
"The prolonged evacuation would have dramatically affected the
survivability of the occupants."
--
Leonard Burton, N9URK
leonardburton@xxxxxxxxx
"The prolonged evacuation would have dramatically affected the
survivability of the occupants."
.
- Follow-Ups:
- Re: [PHP] reading MS Excel?
- From: John Meyer
- Re: [PHP] reading MS Excel?
- References:
- reading MS Excel?
- From: "William Stokes"
- reading MS Excel?
- Prev by Date: Re: [PHP] reading MS Excel?
- Next by Date: problem with mysql_real_escape_string()
- Previous by thread: Re: [PHP] reading MS Excel?
- Next by thread: Re: [PHP] reading MS Excel?
- Index(es):
Relevant Pages
|