Skip to content

WorkbookProperties

Source code

Description

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

Usage

WorkbookProperties(
  date1904 = NULL,
  dateCompatibility = NULL,
  showObjects = NULL,
  showBorderUnselectedTables = NULL,
  filterPrivacy = NULL,
  promptedSolutions = NULL,
  showInkAnnotation = NULL,
  backupFile = NULL,
  saveExternalLinkValues = NULL,
  updateLinks = NULL,
  codeName = NULL,
  hidePivotFieldList = NULL,
  showPivotChartFilter = NULL,
  allowRefreshQuery = NULL,
  publishItems = NULL,
  checkCompatibility = NULL,
  autoCompressPictures = NULL,
  refreshAllConnections = NULL,
  defaultThemeVersion = NULL,
  ...
)

Arguments

date1904 date1904
dateCompatibility dateCompatibility
showObjects showObjects
showBorderUnselectedTables showBorderUnselectedTables
filterPrivacy filterPrivacy
promptedSolutions promptedSolutions
showInkAnnotation showInkAnnotation
backupFile backupFile
saveExternalLinkValues saveExternalLinkValues
updateLinks updateLinks
codeName codeName
hidePivotFieldList hidePivotFieldList
showPivotChartFilter showPivotChartFilter
allowRefreshQuery allowRefreshQuery
publishItems publishItems
checkCompatibility checkCompatibility
autoCompressPictures autoCompressPictures
refreshAllConnections refreshAllConnections
defaultThemeVersion defaultThemeVersion
Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

library("xlcharts")

WorkbookProperties()