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

2003-03-18 Thread Erwan Pianezza
, 2003 2:57 PM Subject: [PHP-WIN] Excel Spreadsheet as a datasource Has anyone successfully used an Excel spreadsheet as a datasource? I realize that it is a flimsy datasource but I have a need to quickly and dynamically take the information stored in spreadsheets and manipulate the data and write

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

2003-03-18 Thread Chris Kranz
tcuban.com -Original Message- From: Herhuth, Ron [mailto:[EMAIL PROTECTED] Sent: 18 March 2003 13:57 To: [EMAIL PROTECTED] Subject: [PHP-WIN] Excel Spreadsheet as a datasource Has anyone successfully used an Excel spreadsheet as a datasource? I realize that it is a flimsy datasource

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

2003-03-18 Thread Veselina Jecheva
Hello, Ron, I tried the same a couple of months ago, but received a message like "Cannot find the table in datasource". Obviously the ODBC driver in Win98/2000 couldn't find the sheet and resolve it as a table. Regards, Veselina At 08:57 3/18/03 -0500, Herhuth, Ron wrote: > >Has anyone successful

[PHP-WIN] Excel Spreadsheet as a datasource

2003-03-18 Thread Herhuth, Ron
Has anyone successfully used an Excel spreadsheet as a datasource? I realize that it is a flimsy datasource but I have a need to quickly and dynamically take the information stored in spreadsheets and manipulate the data and write them to a SQL database. I would be grateful for any assistance