Ask a Question related to Coldfusion Database Access, Design and Development.
-
emmim44 #1
import from excel
Goal: How to import data from an excel file to an oracle or access db.
Help needed.
tc
emmim44 Guest
-
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? -
Exporting and Import Excel
OK, So on my website, I want to allow the user to download an Excel Spreadsheet and update it, then reupload it. For download, I have it... -
Need to Import Excel Graphs - ID2
I've found info on how to import spread sheets, BUT I need to import charts/graphs created in Excel. What is the best way to accomplish this? I don't... -
import excel
hi, Have several excel files in a folder. want to import them all at once (ofcource if it can automatically) they all have 2 sheets (open and... -
Need to import data to excel
Is there a way to import the data in xml file to excel spreadsheet as well as provide required formatting on the data. I have excel 2000. Thanks... -
jonwrob #2
Re: import from excel
Access has a built in tool for importing from Excel. TOAD has one for Oracle if you have it, if not, save as comma delimited or tab delimited file and use SQL Loader.
JR
jonwrob Guest
-
emmim44 #3
Re: import from excel
Noap...I want to browse to an excel file then read it and insert into oracle db..tc
emmim44 Guest
-
vkunirs #4
Re: import from excel
Hi
You can use the cffile to read the content of the excel data and then insert the data into the db using the cfquery.
just an idea.
vkunirs Guest
-
-
mxstu #6
Re: import from excel
Originally posted by: vkunirs
You can use the cffile to read the content of the excel data and then insert
the data into the db using the cfquery.
I'm not sure what you mean. You can read in and parse a .csv or tab delimited
file with cffile, but native .xls files are binary.
mxstu Guest
-
kim il sung #7
Re: import from excel
try cfx_excel2query from
[url]http://www.emerle.net/programming/display.cfm/t/cfx_excel2query[/url]
Transform a Microsoft Excel file into a ColdFusion query without installing
Excel on your server! This tag is written in 100% java, so there is no need for
the dreaded COM. This tag works best with simple Excel files, but many have had
luck with extremely complex files.
cheers,
Kim
kim il sung Guest



Reply With Quote

