Whatever message this page gives is out now! Go check it out!
IsSpreadsheetFile(spreadsheetfile)| Parameter | Description |
spreadsheefile | Specifies the spreadsheet file. |
<cfset filepath = "C:/Documents/SingleSheet.xls">
<cfoutput># isSpreadSheetObject(filepath)# NOT an Object<br></cfoutput>
<cfoutput># isSpreadSheetFile(filepath)# a File<br></cfoutput>