Need an Excel upload script for CF

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.

Cup size   
Select size then click on coffee cup.
This entry was posted in Coldfusion. Bookmark the permalink.