Skip to content

How can I find the cell? #28

@dhlyy

Description

@dhlyy

I want to just take the specific cell like
$rowcount = count($excel -> rows(1));
for( $i=1; $i <= $rowcount; $i+=3){
$cell = 'C'.$i ;

echo $cell;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions