Standard properties
Write standard document properties through the associative array passed to Excel::setProperties. All keys are optional; missing keys are not written.
Function Prototype
setProperties(array $properties): selfarray $properties
Supported keys:
title— title
subject— subject
author— author
manager— manager
company— company
category— category
keywords— keywords
comments— comments
status— status
hyperlink_base— hyperlink base
created— creation time, Unix timestamp (integer seconds). Defaults to the current time when omitted.
Example
Last updated