Skip to content
Julian Halliwell edited this page Apr 8, 2017 · 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