0
import to mysql using coldfusion

/t5/coldfusion-discussions/import-to-mysql-using-coldfusion/td-p/1045002
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
its a simple format with
firstname, surname, phonenumber
TOPICS
Advanced techniques
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Contributor
,
/t5/coldfusion-discussions/import-to-mysql-using-coldfusion/m-p/1045003#M94433
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.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Mentor
,
/t5/coldfusion-discussions/import-to-mysql-using-coldfusion/m-p/1045004#M94434
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
Dynamic data sources in ColdFusion MX
Phil
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
New Here
,
LATEST
/t5/coldfusion-discussions/import-to-mysql-using-coldfusion/m-p/1045005#M94435
Jul 25, 2006
Jul 25, 2006
Copy link to clipboard
Copied
Try Intelligent converters...I've used their products before
and it's quick and clean.
http://www.convert-in.com/xls2sql.htm
http://www.convert-in.com/xls2sql.htm
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

