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

Why does the table fill color not work? #397

Open ghost opened 2 years ago

ghost commented 2 years ago

Code

let table = [ [{val: "aaa",opts:{ align: "center", b: true, sz: 25, shd: { fill: "FFFF00", //Not effective ???? // themeFill: "text1", // "themeFillTint": 80 } }}], ] let data = [ {type: "table", val: table,opt: tableStyle}, ]