WorkbookPr

Overview

WorkbookPr is a class in Aspose.Cells FOSS for Python.

Represents workbook properties (workbookPr element).

Properties

NameTypeAccessDescription
date1904``ReadWhether to use 1904 date system.
code_name``ReadVBA code name for the workbook.
show_objects``ReadDisplay objects mode: ‘all’, ‘placeholders’, or ’none’.
filter_privacy``ReadWhether to remove personal info from filters on save.
show_border_unselected_tables``ReadWhether to show borders for unselected tables.
show_ink_annotation``ReadWhether to show ink annotations.
backup_file``ReadWhether to create a backup file when saving.
save_external_link_values``ReadWhether to save cached values for external links.
update_links``ReadHow to update external links: ‘userSet’, ’never’, or ‘always’.
hide_pivot_field_list``ReadWhether to hide the pivot field list.
default_theme_version``ReadDefault theme version.

Methods

SignatureDescription
__init__()

See Also