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 );