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 470 forks source link

Fix pptx table font color not being applied #412

Open josiahtamsen opened 1 year ago

josiahtamsen commented 1 year ago

Currently font color is not being applied to pptx tables. This is because the font face is somehow overriding the fontcolor. This can be fixed by always defining the fontcolor before the font face.

Before:

Screenshot 2023-09-19 at 10 46 28 AM

After:

Screenshot 2023-09-19 at 10 46 38 AM