Skip to content

Fix colspan and rowspan for tables in HTML Writer #1292

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Mar 20, 2018

Conversation

mattbolt
Copy link
Contributor

Description

Adds support for rowspan and colspan in the HTML Writer. The GridSpan and VMerge cell styles were previously being ignored.

Fixes #1283 for documents created at runtime. A fix for #1291 is still required when reading a saved document with <w:vMerge> tags that don't have 'w:val="continue"' attributes.

@troosan troosan merged commit d8caa0b into PHPOffice:develop Mar 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Colspan and rowspan not working on the HTML Writer
2 participants