Copy link to clipboard
Copied
Hi All,
I have a need where, I have to read an excel file into a sql server table. Can you suggest any approches to do this. Thanks in advance.
Copy link to clipboard
Copied
What version of ColdFusion? Can you use CFSPREADSHEET, or import the file as a delimited file?
Copy link to clipboard
Copied
Using COldfusion 9. I need to read data from excel file and insert into a SQL table.
Copy link to clipboard
Copied
In which case, you want CFSPREADSHEET and CFQUERY. Job done.
Copy link to clipboard
Copied
I would recommend an SSIS package on SQL Server, unless you really need to
do it in ColdFusion.
Copy link to clipboard
Copied
You could always use both.