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.
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.
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:
After: