Skip to content

Add mergeCells function - #241

Open
sirhvd wants to merge 1 commit into
mk-j:masterfrom
sirhvd:master
Open

Add mergeCells function #241
sirhvd wants to merge 1 commit into
mk-j:masterfrom
sirhvd:master

Conversation

@sirhvd

@sirhvd sirhvd commented May 21, 2019

Copy link
Copy Markdown

No need to count columns to merge cells anymore.

The old merge cell way:
$writer->markMergedCell($sheet1, $start_row=0, $start_col=0, $end_row=0, $end_col=4);

The new one:
$writer->mergeCells($sheet1, 'A1:E1');

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant