We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Determines whether or not a file is a binary or xml spreadsheet.
isSpreadsheetFile( path )
path
Chainable? No.
spreadsheet = New Spreadsheet(); filepath = ExpandPath( "report.xls" ); result = spreadsheet.isSpreadsheetFile( filepath );