Merge cells by numbers #4245
egrittini-solinfo
started this conversation in
General
Replies: 2 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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