There was an error while loading. Please reload this page.
Determines whether or not a file is a binary or xml spreadsheet.
isSpreadsheetFile( path )
##Required arguments
path
##Example
spreadsheet=New Spreadsheet(); filepath=ExpandPath( "report.xls" ); result=spreadsheet.isSpreadsheetFile( filepath );