Dying for our servers to be upgraded to CF 9. I am in desperate need of a file upload process for Excel. I can not use POI or anything that requires java objects (according to our hosting folks). CF9 has CFSPREADSHEET tags.
<cfspreadsheet action="read"
src="excel_file.xls" //can be a dynamic variable of a cffile upload.
query="myQuery">
<cfdump var="#myQuery#">
Update: Ben Nadel has a POI Utility here that seems to work with our servers (YAY). Thank you Ben.