Learn R Programming

xlcharts (version 0.0.1)

DocumentProperties: DocumentProperties

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,
  ...
)

Value

An openpyxl Python object.

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

Examples

Run this code
if (FALSE) {
DocumentProperties()
}

Run the code above in your browser using DataLab