$_workSheet
$_workSheet : \PHPExcel_Worksheet
Autofilter Worksheet
PHPExcel_Worksheet_AutoFilter
$_workSheet : \PHPExcel_Worksheet
Autofilter Worksheet
$_range : string
Autofilter Range
$_columns : array
Autofilter Column Ruleset
$_fromReplace : array
Search/Replace arrays to convert Excel wildcard syntax to a regexp syntax for preg_matching
setColumn(\PHPExcel_Worksheet_AutoFilter_Column|string $pColumn) : \PHPExcel_Worksheet_AutoFilter
Set AutoFilter
\PHPExcel_Worksheet_AutoFilter_Column|string | $pColumn | A simple string containing a Column ID like 'A' is permitted |
shiftColumn(string $fromColumn = NULL, string $toColumn = NULL) : \PHPExcel_Worksheet_AutoFilter
Shift an AutoFilter Column Rule to a different column
Note: This method bypasses validation of the destination column to ensure it is within this AutoFilter range. Nor does it verify whether any column rule already exists at $toColumn, but will simply overrideany existing value. Use with caution.
string | $fromColumn | Column name (e.g. A) |
string | $toColumn | Column name (e.g. B) |
_dynamicFilterDateRange(string $dynamicRuleType, \PHPExcel_Worksheet_AutoFilter_Column $filterColumn) : array
Convert a dynamic rule daterange to a custom filter range expression for ease of calculation
string | $dynamicRuleType | |
\PHPExcel_Worksheet_AutoFilter_Column | $filterColumn |