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

Question : Word from JSON with paragraph, ordered and un-ordered list #356

Open mahesh-chotrani opened 4 years ago

mahesh-chotrani commented 4 years ago

While creating word from JSON, I am looking for adding paragraphs (and formatted text within), along with ordered and un-ordered list.

Though from the sample page, can see to add text (various formats), image and table, but not sure, what it type value for these.

Appreciate any pointers for the same