Joe Genshlea said the following on 05/13/2011 03:27 PM: > <cfspreadsheet query="MedClaimDat" action="WRITE" overwrite="true" > filename="C:\openbd\tomcat\webapps\ROOT\test.xlsx" /> Have you tried passing in the query instead of just the query?
<cfspreadsheet query="#MedClaimDat#" action="WRITE" overwrite="true" filename="C:\openbd\tomcat\webapps\ROOT\test.xlsx" /> -- Peter J. Farrell [email protected] [email protected] http://blog.maestropublishing.com Identi.ca / Twitter: @maestrofjp -- official tag/function reference: http://openbd.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
