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

vAalign doesn't work #292

Open liangmark opened 5 years ago

liangmark commented 5 years ago
        var table1 = [
            [{
                val:"XXXX",
                opts:{
                    b:true,
                    sz:20,
                    align:"left",
                    vAlign:"center",
                    color: "FFFFFF",
                    shd: {
                        fill: "59ACFF",
                        themeFill: "text1",
                        "themeFillTint": "80"
                    }
                }
            }]
        ];

please help me, thanks!