https://openpyxl.readthedocs.io/en/stable/api/openpyxl.workbook.properties.html
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,
...
)
An openpyxl Python object.
date1904
dateCompatibility
showObjects
showBorderUnselectedTables
filterPrivacy
promptedSolutions
showInkAnnotation
backupFile
saveExternalLinkValues
updateLinks
codeName
hidePivotFieldList
showPivotChartFilter
allowRefreshQuery
publishItems
checkCompatibility
autoCompressPictures
refreshAllConnections
defaultThemeVersion
Additional arguments, i.e. kwargs.
if (FALSE) {
WorkbookProperties()
}
Run the code above in your browser using DataLab