Documentation

DefinedNames extends BaseLoader
in package

Table of Contents

Properties

$spreadsheet  : Spreadsheet
$tableNs  : string

Methods

__construct()  : mixed
read()  : void
readDefinedExpressions()  : void
Read any Named Formulae that are defined in this spreadsheet.
readDefinedRanges()  : void
Read any Named Ranges that are defined in this spreadsheet.
addDefinedName()  : void
Assess scope and store the Defined Name.

Properties

Methods

read()

public read(DOMElement $workbookData) : void
Parameters
$workbookData : DOMElement

readDefinedExpressions()

Read any Named Formulae that are defined in this spreadsheet.

protected readDefinedExpressions(DOMElement $workbookData) : void
Parameters
$workbookData : DOMElement

readDefinedRanges()

Read any Named Ranges that are defined in this spreadsheet.

protected readDefinedRanges(DOMElement $workbookData) : void
Parameters
$workbookData : DOMElement

addDefinedName()

Assess scope and store the Defined Name.

private addDefinedName(non-empty-string $baseAddress, string $definedName, string $value) : void
Parameters
$baseAddress : non-empty-string
$definedName : string
$value : string

        
On this page

Search results