Ask a Question related to PHP Development, Design and Development.
-
TimGoogler #1
Is PHP able to extract data out of an Excel spreadsheet?
The only form of database we use is an Excel database.
Otherwise is it possible to import the relevant spreadsheet data
into say MySQL?
Perhaps it is possible but does anyone know how or point me
in the right direction.
Thanks.
TG
TimGoogler Guest
-
EXCEL spreadsheet
Hello I'm new to InDesign, but love all the features it has to offer. I'm having a problem placing a EXCEL chart without the grid lines. In... -
How can I import an excel spreadsheet into SQL?
I'm having a hard time finding info on how to do this. Does anyone have any examples, without purchasing a custom tag, on how to do this? -
Extract Data from Excel-files
Hello everyone, Finally I get to use perl at work! =) I am to facing the following problem: There is a folder on a file-server in our network... -
ASP and excel spreadsheet
sure. just send it as CSV format - that way you'll get pretty much any platform out there. ________________________________________ Atrax.... -
Parsing Excel spreadsheet to db
What would one best recommend to parse an existing Excel spreadsheet (was done in Excel 97 or 2000 not sure to be honest)? I am looking for the... -
Matthias Esken #2
Re: Is PHP able to extract data out of an Excel spreadsheet?
[email]beagles_1881@yahoo.com.au[/email] (TimGoogler) schrieb:
There are ODBC drivers for Excel and you can access ODBC from PHP.> The only form of database we use is an Excel database.
Regards,
Matthias
Matthias Esken Guest
-
Nikolai Chuvakhin #3
Re: Is PHP able to extract data out of an Excel spreadsheet?
[email]beagles_1881@yahoo.com.au[/email] (TimGoogler) wrote in message
news:<69c2c721.0310212245.209620bf@posting.google. com>...Sure. Save your Excel file as CSV and import it into MySQL using>
> The only form of database we use is an Excel database.
> Otherwise is it possible to import the relevant spreadsheet data
> into say MySQL?
LOAD DATA INFILE query.
Cheers,
NC
Nikolai Chuvakhin Guest



Reply With Quote

