Table of Contents
Properties
-
$spreadsheet
: Spreadsheet
Methods
-
__construct()
: mixed
-
load()
: void
-
setCoreProperties()
: void
-
setMetaProperties()
: void
-
setUserDefinedProperty()
: void
__construct()
public
__construct(Spreadsheet $spreadsheet) : mixed
Parameters
-
$spreadsheet
: Spreadsheet
-
load()
public
load(SimpleXMLElement $xml, array{meta?: string, office?: string, dc?: string} $namespacesMeta) : void
Parameters
-
$xml
: SimpleXMLElement
-
-
$namespacesMeta
: array{meta?: string, office?: string, dc?: string}
-
setCoreProperties()
private
setCoreProperties(Properties $docProps, SimpleXMLElement $officePropertyDC) : void
Parameters
-
$docProps
: Properties
-
-
$officePropertyDC
: SimpleXMLElement
-
private
setMetaProperties(array{meta?: string, office?: mixed, dc?: mixed} $namespacesMeta, SimpleXMLElement $propertyValue, string $propertyName, Properties $docProps) : void
Parameters
-
$namespacesMeta
: array{meta?: string, office?: mixed, dc?: mixed}
-
-
$propertyValue
: SimpleXMLElement
-
-
$propertyName
: string
-
-
$docProps
: Properties
-
setUserDefinedProperty()
private
setUserDefinedProperty(iterable<string|int, string> $propertyValueAttributes, string $propertyValue, Properties $docProps) : void
Parameters
-
$propertyValueAttributes
: iterable<string|int, string>
-
-
$propertyValue
: string
-
-
$docProps
: Properties
-