<< xls_ShowGrid xls_link xls_Undo >>

xls_link >> xls_link > xls_UnProtect

xls_UnProtect

Unprotect Excel file.

Calling Sequence

xls_UnProtect(password)

Parameters

password

Remove password used to protect excel file.

Description

Unprotect Excel file.

Example

xls_NewExcel();
xls_AddWorkbook();
xls_SetVisible();

xls_Protect("your_secure_password");
//you cannot modify in excel file
xls_UnProtect("your_secure_password");
//you can modify in excel file

xls_SetSave(%t);
xls_Close();
xls_Quit();

See Also


Report an issue
<< xls_ShowGrid xls_link xls_Undo >>