I'e done this using COM, and hacked together a little PHP class
to do some things like inserting values and starting/stopping excel.
See the code for more of an idea:
http://hurring.com/code/php/excel_class/
(Note: it is v0.1a, which basically means i wrote it on Tuesday :-)
check back at my sit
I've done kind of what your asking quite a few times. What I do is save
the file as a csv. Then you can just import it right into mysql. I do
this for 2 different applications that I wrote. If you need more help
just ask.
Warren
-Original Message-
From: Herhuth, Ron [mailto:[EMAIL PRO
I hope I won't be stoned or burnt at the stake for suggesting this...
but there are several rather nice example on how to do this in ASP... I
suggest you look them up (in sites such as asp101.com or
4guysfromrolla.com) and reverse-engineer them to work in php (using the
same methodology and obj