Setting an active cell #3638
Unanswered
don-odyssey
asked this question in
Q&A
Replies: 2 comments
-
The iterators do allow setting the starting cell for a row or for a column. The |
Beta Was this translation helpful? Give feedback.
0 replies
-
Does this work for you? $sheet->setSelectedCell('C3'); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I have a spreadsheet open for editing. First, I would like to set the active cell to start and then loop through the column until the last cell, identified by having no data. I have read through:
https://phpspreadsheet.readthedocs.io/en/latest/topics/accessing-cells/
but I only see ways to set a cell's value, creating a new cell, retrieving the cell value. There's no way to set the active cell???
I also note a feature to iterate through cells but that's not quite what I want (only for a column). However, there's no way to set the initial starting cell???
Beta Was this translation helpful? Give feedback.
All reactions