Merge cells by numbers #4245
Closed
egrittini-solinfo
started this conversation in
General
Replies: 3 comments
-
You can use |
Beta Was this translation helpful? Give feedback.
0 replies
-
In general, you can always convert \PhpOffice\PhpSpreadsheet\Cell\CellAddress::fromColumnRowArray([$column, $row]) However, even more simply in your case, $spreadsheet->getActiveSheet()->mergeCells([3,1,6,1]); |
Beta Was this translation helpful? Give feedback.
0 replies
-
Closing, question is answered. |
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, is it possibile to merge cells by using something like that?
$spreadsheet->getActiveSheet()->mergeCells([3,1].':'.[6,1]);
Beta Was this translation helpful? Give feedback.
All reactions