I have a dozen of tables in the sql 2000 db, and need to extract ALL rows of the tables with ALL column names into one Excel file (with a dozen of Worksheets) through cf page so that users can download the entire db as needed.
Also, you can define tab and new line feeds like chr() and create something like
<cfoutput query="queryName">#org_id##tab##stuff1##tab# #stuff2##tab##stuff3##newLine#
</cfoutput>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.