cfspreadsheet question

2011-07-29 Thread fun and learning
Hi All - In coldfusion 8, we use cfcontent and html to display data in excel, and a save dialog box would be shown. In coldfusion 9, is it possible to show save dialog box when using cfspreadsheet? ~| Order the Adobe

Re: cfspreadsheet question

2011-07-29 Thread Leigh
save dialog box would be shown Triggering a save as dialogue with cfheader can be used with any file type. Just grab the binary of your spreadsheet and feed them into cfcontent's variable attribute. cfset sheetBinary = SpreadsheetReadBinary(yourSpreadSheetObject) cfheader

cfspreadsheet question

2010-07-13 Thread Sisk, Kris
Is there a better way to do this? cfspreadsheet action=read src=file.xls name=spreadsheet cfspreadsheet action=read Src=file.xls Headerrow=1 Rows=2-#spreadsheet.rowcount# Query=spreadsheet Basically I want to end up with a