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

How to set the font size of the cell data inside the table #273

Open 312xiaoguai opened 6 years ago

Jodge commented 5 years ago

You can use use the sz option

....
[1, { value: 'All grown-ups were once children', opts: { sz: '48' }}],
....