Output to multiple tabs in Excel
Im using <CFCONTENT type="application/vnd.ms-excel"> in my code and I need to output the results of a number of queries each to a seperate tab
in Excel. How do I do that?
Im using <CFCONTENT type="application/vnd.ms-excel"> in my code and I need to output the results of a number of queries each to a seperate tab
in Excel. How do I do that?
<cfcontent....> does not have the ability to do multiple tabs in an Excel output.
If you want that level of control you will either need to go to CF9's new excel integration technology.
http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec17cba-7f87.html
OR
For older ColdFusion servers, dive into the Java underling and use the POI integration technology.
http://www.bennadel.com/blog/474-ColdFusion-Component-Wrapper-For-POI-To-Read-And-Write-Excel-Files.htm
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.