PHPOffice / PHPWord

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

[BUGFIX] Respect wrapped paragraph in table cells #2601

Open sbuerk opened 6 months ago

sbuerk commented 6 months ago

This change ensures that w:sdt->w:sdtContent wrapped table cell content is properly read and respected.

coveralls commented 6 months ago

Coverage Status

coverage: 97.185% (-0.03%) from 97.217% when pulling f3dc981b3b191a824373c1558845c7ef6c30a32d on sbuerk:stefan-5 into 8b891bb6842dd383f679b47898fad0b7c181f325 on PHPOffice:master.

Progi1984 commented 1 month ago

@sbuerk Hi, Could you update the changelog and add some unit tests, please ?