FileSharing | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.workbook.protection.html
FileSharing(
readOnlyRecommended = NULL,
userName = NULL,
reservationPassword = NULL,
algorithmName = NULL,
hashValue = NULL,
saltValue = NULL,
spinCount = NULL,
...
)
readOnlyRecommended |
readOnlyRecommended |
userName |
userName |
reservationPassword |
reservationPassword |
algorithmName |
algorithmName |
hashValue |
hashValue |
saltValue |
saltValue |
spinCount |
spinCount |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
FileSharing()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.