convertToA1()
convertToA1(string $address, int $currentRowNumber = 1, int $currentColumnNumber = 1) : string
Converts an R1C1 format cell address to an A1 format cell address.
Parameters
| string | $address | |
| int | $currentRowNumber | |
| int | $currentColumnNumber |
convertToR1C1(string $address, ?int $currentRowNumber = null, ?int $currentColumnNumber = null) : string
Converts an A1 format cell address to an R1C1 format cell address.
If $currentRowNumber or $currentColumnNumber are provided, then the R1C1 address will be formatted as a relative address.
| string | $address | |
| ?int | $currentRowNumber | |
| ?int | $currentColumnNumber |