XLSXReader icon indicating copy to clipboard operation
XLSXReader copied to clipboard

Array and string offset access syntax with curly braces is deprecated

Open gerardo1sanchez opened this issue 4 months ago • 0 comments

https://github.com/gneustaetter/XLSXReader/blob/10cad4e800adc1f7793c4bbfb2dd1e730f0735b7/XLSXReader.php#L252

Small sugestion to be compatible with PHP 8 (remove curly braces)

$index += (ord($col[$i]) - 64) * pow(26, $colLen-$i-1);

gerardo1sanchez avatar Oct 24 '24 21:10 gerardo1sanchez