Thursday, March 23, 2006, Michael Roush wrote: > As far as I know, PHP won't connect to a Microsoft Excel workbook file. > You could probably save the Excel workbook file (sheet-by-sheet) as .csv > files that could be accessed as text files, or used to populate tables in > a true RDBMS. ---
I've never tried using PHP with anything other than MySQL, but won't PHP connect to ODBC sources? ODBC certainly has an Excel driver and a quick search turned up http://phplens.com/phpeverywhere/node/view/9 - which looks to have a reference to DNS-less connections (but I didn't check to see whether that included Excel). HTH, -- Geoff Lane Cornwall, UK The php_mysql group is dedicated to learn more about the PHP/MySQL web database possibilities through group learning. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php_mysql/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
