WorkbookPr
Overview
WorkbookPr is a class in Aspose.Cells FOSS for Python.
Represents workbook properties (workbookPr element).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
date1904 | `` | Read | Whether to use 1904 date system. |
code_name | `` | Read | VBA code name for the workbook. |
show_objects | `` | Read | Display objects mode: ‘all’, ‘placeholders’, or ’none’. |
filter_privacy | `` | Read | Whether to remove personal info from filters on save. |
show_border_unselected_tables | `` | Read | Whether to show borders for unselected tables. |
show_ink_annotation | `` | Read | Whether to show ink annotations. |
backup_file | `` | Read | Whether to create a backup file when saving. |
save_external_link_values | `` | Read | Whether to save cached values for external links. |
update_links | `` | Read | How to update external links: ‘userSet’, ’never’, or ‘always’. |
hide_pivot_field_list | `` | Read | Whether to hide the pivot field list. |
default_theme_version | `` | Read | Default theme version. |
Methods
| Signature | Description |
|---|---|
__init__() |