• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

import to mysql using coldfusion

Guest
Jul 23, 2006 Jul 23, 2006

Copy link to clipboard

Copied

Hi is there a way of uploading a excel sheet into mysql that has the same column names has my mysql database using coldfusion?

its a simple format with

firstname, surname, phonenumber

TOPICS
Advanced techniques

Views

557

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Jul 24, 2006 Jul 24, 2006

Copy link to clipboard

Copied

If you do a Google search on Excel to MySQL, you should find some applications that will do this for you.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Mentor ,
Jul 24, 2006 Jul 24, 2006

Copy link to clipboard

Copied

I suppose that you could create an ODBC datasource with your Excel file, create theColdFusion DSN, then query your spreadsheet "table" like any other database, where you could then loop through the output and insert the rows into a MySQL table.

Dynamic data sources in ColdFusion MX

Phil

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 25, 2006 Jul 25, 2006

Copy link to clipboard

Copied

LATEST
Try Intelligent converters...I've used their products before and it's quick and clean.

http://www.convert-in.com/xls2sql.htm

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation