Is there a method other than POI for reading Excel files using Coldfusion 8?
Is it possible to use CFQuery and do a T_SQL Select OPENQUERY(EXCELLINK…)
for MS SQL.
Is there possibly a JQuery method?
Is there a method other than POI for reading Excel files using Coldfusion 8?
Is it possible to use CFQuery and do a T_SQL Select OPENQUERY(EXCELLINK…)
for MS SQL.
Is there possibly a JQuery method?
Is it possible to use CFQuery and do a T_SQL Select OPENQUERY(EXCELLINK…)
for MS SQL.
Yeh, but it has little to do with cfquery. Cfquery just sends sql off to your db. So if your db and permissions support whatever command you’re using, it will work.