We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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 );