PHPOffice / PHPWord

A pure PHP library for reading and writing word processing documents
https://phpoffice.github.io/PHPWord/
Other
7.29k stars 2.7k forks source link

feat: Add support for vAlign styles in the HTML Writer (Table) #2675

Closed SpraxDev closed 2 months ago

SpraxDev commented 2 months ago

Description

vAlign is parsed by PHPWord but the HTMLWriter does not support it yet.

Fixes # (issue) (no related open issue found)

Checklist:

coveralls commented 2 months ago

Coverage Status

coverage: 96.916%. remained the same when pulling 70b6536803b9f210c6cb511a535b920b8c52f8e7 on SpraxDev:feat/support-valign-styles-in-html-writer into 2e4f3cf3b7ebf50131f5f661da2c9a9788a8dc2c on PHPOffice:master.

Progi1984 commented 2 months ago

@SpraxDev Thank you for your contribution