opendocument-app / OpenDocument.core

C++ library that translates office documents to HTML
GNU General Public License v3.0
23 stars 9 forks source link

Fix docx table width #370

Closed andiwand closed 2 months ago

andiwand commented 2 months ago

Apparently percent does not always mean percent but rather 1/50 percent as described here http://officeopenxml.com/WPtableWidth.php. I changed this for all pct parsing which might not generalize and has to be changed in the future. This was the easiest solution for now and a 50:50 shot that it might generalize.

fixes