php PHPExcel split Excel cell coordinate

Posted by Shiro on Stack Overflow See other posts from Stack Overflow or by Shiro
Published on 2010-03-31T01:27:00Z Indexed on 2010/03/31 1:33 UTC
Read the original article Hit count: 531

Filed under:
|
|
|

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?

© Stack Overflow or respective owner

Related posts about php

Related posts about phpexcel