Documentation

Helpers
in package

Table of Contents

Constants

CELLADDRESS_USE_A1  = true
CELLADDRESS_USE_R1C1  = false

Methods

extractCellAddresses()  : array{: string, : ?string, : string}
extractWorksheet()  : Worksheet, : string}

Constants

CELLADDRESS_USE_A1

public mixed CELLADDRESS_USE_A1 = true

CELLADDRESS_USE_R1C1

public mixed CELLADDRESS_USE_R1C1 = false

Methods

extractCellAddresses()

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}

extractWorksheet()

public static extractWorksheet(string $cellAddress, Cell $cell) : Worksheet, : string}
Parameters
$cellAddress : string
$cell : Cell
Return values
Worksheet, : string}

        
On this page

Search results