Skip to content
Julian Halliwell edited this page Sep 20, 2021 · 4 revisions

Determines whether or not a file is a binary or xml spreadsheet.

isSpreadsheetFile( path )

Required arguments

  • path string: full path to the file to check

Chainable? No.

Example

spreadsheet = New Spreadsheet();
filepath = ExpandPath( "report.xls" );
result = spreadsheet.isSpreadsheetFile( filepath );
Clone this wiki locally