Documentation

AutoFilter
in package

Table of Contents

Properties

$parent  : Table|Worksheet
$worksheetXml  : SimpleXMLElement

Methods

__construct()  : mixed
load()  : void
readAutoFilter()  : void
readCustomAutoFilter()  : void
readDateRangeAutoFilter()  : void
readDynamicAutoFilter()  : void
readTopTenAutoFilter()  : void

Properties

$worksheetXml

private SimpleXMLElement $worksheetXml

Methods

readAutoFilter()

private readAutoFilter(string $autoFilterRange) : void
Parameters
$autoFilterRange : string

readCustomAutoFilter()

private readCustomAutoFilter(SimpleXMLElement|null $filterColumn, Column $column) : void
Parameters
$filterColumn : SimpleXMLElement|null
$column : Column

readDateRangeAutoFilter()

private readDateRangeAutoFilter(SimpleXMLElement $filters, Column $column) : void
Parameters
$filters : SimpleXMLElement
$column : Column

readDynamicAutoFilter()

private readDynamicAutoFilter(SimpleXMLElement|null $filterColumn, Column $column) : void
Parameters
$filterColumn : SimpleXMLElement|null
$column : Column

readTopTenAutoFilter()

private readTopTenAutoFilter(SimpleXMLElement|null $filterColumn, Column $column) : void
Parameters
$filterColumn : SimpleXMLElement|null
$column : Column

        
On this page

Search results