Ziv-Barber / officegen

Standalone Office Open XML files (Microsoft Office 2007 and later) generator for Word (docx), PowerPoint (pptx) and Excell (xlsx) in javascript. The output is a stream.
MIT License
2.65k stars 471 forks source link

Round cx and cy values for images in a:ext tag #323

Closed benvd closed 4 years ago

benvd commented 5 years ago

This was partially fixed by commit 4032364c081ea2b3cb76c03fca311c480cd369e3, but only in the wp:extent tag. The docx I generated still had decimals in the a:ext tag, and Word was complaining that the file was corrupt.

With this fix, the docx file was properly generated.