<< xls_OffsetRange xls link (Automation) for Scilab xls_Protect >>

xls link (Automation) for Scilab >> xls link (Automation) for Scilab > xls_Open

xls_Open

Open an Excel file.

Calling Sequence

xls_Open(fileName)

Parameters

fileName

Path to the file.

Description

Open an Excel file.

Example

xls_NewExcel();
test_path = xls_getRootPath() + 'tests' + filesep() + 'unit_tests' + filesep();
xls_Open(test_path+'xls_Open.xls');
xls_Close();
xls_Quit();

See Also


Report an issue
<< xls_OffsetRange xls link (Automation) for Scilab xls_Protect >>