Quantcast
Channel: PHPExcel Forum Rss Feed
Viewing all articles
Browse latest Browse all 2707

New Post: How can I loop through G1 to AJ5

$
0
0
Thank you guys for the reply. Here is the solution:
    for ($column = 'G'; $column != 'AJ'; $column++) {

        for ($row = 1; $row <= $endRow; $row++) {
            $cellIndex = $column.$row;
                    }
            }

Viewing all articles
Browse latest Browse all 2707

Trending Articles