Open an Excel file.
xls_Open(fileName)
Path to the file.
xls_NewExcel(); test_path = xls_getRootPath() + 'tests' + filesep() + 'unit_tests' + filesep(); xls_Open(test_path+'xls_Open.xls'); xls_Close(); xls_Quit();