WorkbookPr

Overview

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

Represents workbook properties (workbookPr element).

This class provides 1 method for working with WorkbookPr objects in Python programs. Available methods include: __init__. All public members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package. Properties: backup_file, code_name, date1904, default_theme_version, filter_privacy, hide_pivot_field_list, and 5 more.

Properties

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

Methods

SignatureDescription
__init__()

See Also