[PHP-WIN] Re: Excel Spreadsheet as a datasource (Using Excel thru COM)

2003-03-20 Thread Scott Hurring
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

[PHP-WIN] RE: Excel Spreadsheet as a datasource

2003-03-19 Thread Warren \"Zeebon\" Parks
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

[PHP-WIN] Re: Excel Spreadsheet as a datasource

2003-03-18 Thread WageMage
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