Table of Contents
Constants
-
CELLADDRESS_USE_A1
= true
-
CELLADDRESS_USE_R1C1
= false
Methods
-
extractCellAddresses()
: array<string|int, mixed>
-
extractWorksheet()
: array<string|int, mixed>
-
adjustSheetTitle()
: void
-
convertR1C1()
: 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|int, mixed>
Parameters
-
$cellAddress
: string
-
-
$a1
: bool
-
-
$sheet
: Worksheet
-
-
$sheetName
: string
= ''
-
-
$baseRow
: int|null
= null
-
-
$baseCol
: int|null
= null
-
Return values
array<string|int, mixed>
public
static extractWorksheet(string $cellAddress, Cell $cell) : array<string|int, mixed>
Parameters
-
$cellAddress
: string
-
-
$cell
: Cell
-
Return values
array<string|int, mixed>
adjustSheetTitle()
private
static adjustSheetTitle(string &$sheetTitle, string|null $value) : void
Parameters
-
$sheetTitle
: string
-
-
$value
: string|null
-
convertR1C1()
private
static convertR1C1(string &$cellAddress1, string|null &$cellAddress2, bool $a1[, int|null $baseRow = null ][, int|null $baseCol = null ]) : string
Parameters
-
$cellAddress1
: string
-
-
$cellAddress2
: string|null
-
-
$a1
: bool
-
-
$baseRow
: int|null
= null
-
-
$baseCol
: int|null
= null
-