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

html content #296

Open guypeled1 opened 5 years ago

guypeled1 commented 5 years ago

Hi, there is any way to set html content in docx file? like:ul,li,p,br. i need to pass it to the document and make it convert to word document.

Thanks, Guy

Ziv-Barber commented 5 years ago

Hi, sorry, it's not possible as soon as I know.

Ziv

On Sun, Mar 17, 2019 at 12:20 PM guypeled1 notifications@github.com wrote:

Hi, there is any way to set html content in docx file? like:ul,li,p,br. i need to pass it to the document and make it convert to word document.

Thanks, Guy

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Ziv-Barber/officegen/issues/296, or mute the thread https://github.com/notifications/unsubscribe-auth/ADf3MaocUGQXfVJw4OZRCh4T2LELG-Ahks5vXiUQgaJpZM4b4Uhc .

bhaskerchari commented 4 years ago

@Ziv-Barber ,

By any chance did you get to know how it can be acheived? Is there any tentative plan for accomplishing this??

Thanks in advance.