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

Superscript/subscript #299

Closed styts closed 5 years ago

styts commented 5 years ago

Hi,

Could you please provide support for subscript/superscript for docx files?

this is a superscript

Something like pObj.addText('super', { superscript: true }).

Ziv-Barber commented 5 years ago

OK, this is easy. You'll get it in the next version that I'm going to release in the next days.

Ziv

Ziv-Barber commented 5 years ago

Already implemented for the next release. If you really need it now, you can find it in the 'dev' branch.

styts commented 5 years ago

Thank you! I didn't expect it to go so quick, but because it was a dealbreaker I ended up using a competing library that already had this feature: docx.

Ziv-Barber commented 5 years ago

Added in 0.5.0 now out.