I am using CF to retrieve specific records from a database and need it to be outputted as an Excel spreadsheet. Using <CFCONTENT TYPE="application/vnd.ms-excel"> works ok. Is there any way that I can set worksheet formatting within CF so that when the page is downloaded as a spreadsheet using <CFCONTENT TYPE="application/vnd.ms-excel"> these are already applied?
The sort of thing I could do with is setting orientation, page breaks, headers & footers and print ranges.
I've tried to use com and cfobject before but found it very confusing and unstable.
Many thanks
The sort of thing I could do with is setting orientation, page breaks, headers & footers and print ranges.
I've tried to use com and cfobject before but found it very confusing and unstable.
Many thanks