采用“冷聚”(>SpreadSheet(
)”的物体,我建立了“Excel”文档,现在用户需要能够下载。
mySS = SpreadsheetNew();
format1 = StructNew();
format1.color="dark_green";
format1.size="24";
SpreadSheetSetCellValue(mySS, 7,2,3);
SpreadSheetFormatCell(mySS, format1, 2, 3);
基本上,我喜欢这样的东西。
<cfdownload var="#mySS#">
然而,这几乎从未如此简单。 我认识到,我可以撰写文件,然后使用<代码>cfheadercfcontent
。 然而,尽管如此,但还是如此。 我尽量避免撰写档案。
<><>Edit>/strong>
<cfcontent variable="#mySS#" type="application/msexcel">
and the error I got was, am I missing something?
coldfusion.excel.ExcelInfo is not a supported variable type. The variable is expected to contain binary data.