CoreProperties
Overview
CoreProperties is a class in Aspose.Cells FOSS for Python.
Represents core document properties stored in docProps/core.xml.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
title | `` | Read | Document title (dc:title). |
subject | `` | Read | Document subject (dc:subject). |
creator | `` | Read | Document creator/author (dc:creator). |
keywords | `` | Read | Keywords associated with the document (cp:keywords). |
description | `` | Read | Document description/comments (dc:description). |
last_modified_by | `` | Read | Name of person who last modified the document (cp:lastModifiedBy). |
revision | `` | Read | Revision number (cp:revision). |
created | `` | Read | Document creation date (dcterms:created). |
modified | `` | Read | Document last modification date (dcterms:modified). |
category | `` | Read | Document category (cp:category). |
content_status | `` | Read | Content status such as Draft, Final (cp:contentStatus). |
Methods
| Signature | Description |
|---|---|
__init__() |