Skip to content

DocumentProperties

Source code

Description

High-level properties of the document.

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.packaging.core.html

Usage

DocumentProperties(
  category = NULL,
  contentStatus = NULL,
  keywords = NULL,
  lastModifiedBy = NULL,
  lastPrinted = NULL,
  revision = NULL,
  version = NULL,
  created = NULL,
  creator = "openpyxl",
  description = NULL,
  identifier = NULL,
  language = NULL,
  modified = NULL,
  subject = NULL,
  title = NULL,
  ...
)

Arguments

category category
contentStatus contentStatus
keywords keywords
lastModifiedBy lastModifiedBy
lastPrinted lastPrinted
revision revision
version version
created created
creator creator
description description
identifier identifier
language language
modified modified
subject subject
title title
Additional arguments, i.e. kwargs.

Details

Defined in ECMA-376 Par2 Annex D

Value

An openpyxl Python object.

Examples

library("xlcharts")

DocumentProperties()