currently, I used PHPExcel to import excel file, there is a function $cell->getCoordinate();
I would like to ask any solution for split the cell coordinate alphabet and integer?
e.g A1, A2,
I need to know currently which row, and until which column.
I do some research about split, but not luck for it. Any idea?