Status/Resolution/Reason: Closed/Withdrawn/Duplicate
Reporter/Name(from Bugbase): Paul Mascari / Paul Mascari (Paul Mascari)
Created: 10/04/2016
Components: Document Management, Office Integration
Versions: 11.0
Failure Type: Non Functioning
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Major / Few users will encounter
Locale/System: English / Win All
Vote Count: 0
Duplicate ID: CF-3925916
Problem Description:
This problem is similar to bug 3178676. However, as noted in the comments on that bug it was never fixed when using the QUERY attribute.
Trying to write a spreadsheet with the CFSPREADSHEET tag to the RAM drive using the QUERY attribute results in an error.
Steps to Reproduce:
<cfspreadsheet action="write" filename="cc" query="xlsQry" overwrite="yes" sheetname="Sheet1">
Actual Result:
java.lang.ClassCastException: coldfusion.vfs.VFileOutputStream cannot be cast to java.io.FileOutputStream
Expected Result:
Spreadsheet should be written to the RAM drive.
Any Workarounds: You can write the file to a local drive and move it to RAM. Not very efficient.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4194954
External Customer Info:
External Company:
External Customer Name: Paul Mascari
External Customer Email:
External Test Config: My Hardware and Environment details:
Win 2008
CF 11, 11,0,10,300066
Attachments:
Comments: