Skip to content

FileSharing

Source code

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,
  ...
)

Arguments

readOnlyRecommended readOnlyRecommended
userName userName
reservationPassword reservationPassword
algorithmName algorithmName
hashValue hashValue
saltValue saltValue
spinCount spinCount
Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

library("xlcharts")

FileSharing()