Table of Contents
Constants
-
CELLADDRESS_USE_A1
= true
-
CELLADDRESS_USE_R1C1
= false
Methods
-
extractCellAddresses()
: array{: string, : ?string, : string}
-
extractWorksheet()
: Worksheet, : string}
CELLADDRESS_USE_A1
public
mixed
CELLADDRESS_USE_A1
= true
CELLADDRESS_USE_R1C1
public
mixed
CELLADDRESS_USE_R1C1
= false
public
static extractCellAddresses(string $cellAddress, bool $a1, Worksheet $sheet[, string $sheetName = '' ][, int|null $baseRow = null ][, int|null $baseCol = null ]) : array{: string, : ?string, : string}
Parameters
-
$cellAddress
: string
-
-
$a1
: bool
-
-
$sheet
: Worksheet
-
-
$sheetName
: string
= ''
-
-
$baseRow
: int|null
= null
-
-
$baseCol
: int|null
= null
-
Return values
array{: string, : ?string, : string}
public
static extractWorksheet(string $cellAddress, Cell $cell) : Worksheet, : string}
Parameters
-
$cellAddress
: string
-
-
$cell
: Cell
-
Return values
Worksheet, : string}