Import excel data into mysql database
Solved/Closed
Related:
- Import excel data into mysql database
- How to copy data from one excel sheet to another - Guide
- Import sim contacts - Guide
- Export data from excel - Guide
- Excel mod apk for pc - Download - Spreadsheets
- How to copy data to multiple worksheets in Excel - Guide
1 response
rizvisa1
Posts
4478
Registration date
Thursday 28 January 2010
Status
Contributor
Last seen
5 May 2022
766
12 Mar 2010 à 14:48
12 Mar 2010 à 14:48
You can open a connection to excel and then read from the recordset would be one way.
10 Apr 2010 à 20:39
10 Apr 2010 à 20:53
5 Jan 2011 à 03:41
LOAD DATA LOCAL INFILE 'C:\\wamp\\tmp\\php89.tmp' INTO TABLE 'collection' FIELDS TERMINATED BY ',' ENCLOSED BY '"' ESCAPED BY '\\' LINES TERMINATED BY '\r\n'# Affected rows: 2599