Returns a value that determines if the input is a spreadsheet file.
IsSpreadsheetFile(spreadsheetfile)
<cfset filepath = "C:/Documents/SingleSheet.xls"> <cfoutput># isSpreadSheetObject(filepath)# NOT an Object<br></cfoutput> <cfoutput># isSpreadSheetFile(filepath)# a File<br></cfoutput>