PackageTools
SupplyPassword
supply a password for a password-protected workbook
Calling Sequence
Parameters
Description
Examples
Compatibility
SupplyPassword( wbfile, password )
wbfile
-
string
password
The SupplyPassword command allows you to unlock a password-protected workbook for the current session. This allows you to access locked workbook attachments from general Maple commands.
withPackageTools:
SupplyPasswordmypack.maple,pw123
FileTools:-Copymaple://mypack.maple/protected_file.mw,file.mw
The PackageTools[SupplyPassword] command was introduced in Maple 2017.
For more information on Maple 2017 changes, see Updates in Maple 2017.
See Also
PackageTools:-Create
worksheet/workbook/password
Download Help Document