View source: R/WorkbookProperties.R
WorkbookProperties | R Documentation |
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,
...
)
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. |
An openpyxl Python object.
## Not run:
WorkbookProperties()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.