Skip to content
Julian Halliwell edited this page Jul 1, 2016 · 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

##Example

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