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

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

xls_Protect

Protect Excel file.

Calling Sequence

xls_Protect(password)

Parameters

password

Password used to protect excel file.

Description

Protect Excel file.

Example

xls_NewExcel();
xls_AddWorkbook();

xls_Protect("your_secure_password");
xls_SetSave(%t);
xls_Close();
xls_Quit();

See Also


Report an issue
<< xls_Open xls link (Automation) for Scilab xls_Quit >>