How can I get cell column index as integer? I have searched the documentation but I didn't found anything.
please see Accessing cells
$ColumnIndex = \PhpOffice\PhpSpreadsheet\Cell\Coordinate::columnIndexFromString($Column);
If you have a cell then you can use the public functions - getColumn(), getRow(), getCoordinate()
Go read the source in Github
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With