Learn R Programming

xlcharts (version 0.0.1)

FileSharing: FileSharing

Description

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.workbook.protection.html

Usage

FileSharing(
  readOnlyRecommended = NULL,
  userName = NULL,
  reservationPassword = NULL,
  algorithmName = NULL,
  hashValue = NULL,
  saltValue = NULL,
  spinCount = NULL,
  ...
)

Value

An openpyxl Python object.

Arguments

readOnlyRecommended

readOnlyRecommended

userName

userName

reservationPassword

reservationPassword

algorithmName

algorithmName

hashValue

hashValue

saltValue

saltValue

spinCount

spinCount

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
FileSharing()
}

Run the code above in your browser using DataLab