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

In word's table,if I want to keep the string format,such as the string have wrap, what should I do? #309

Closed Drowned-fish closed 5 years ago

Drowned-fish commented 5 years ago

In word's table,if I want to keep the string format,such as the string have wrap, what should I do?

I tried to use ES6 ``, but the output didn't what I want

Drowned-fish commented 5 years ago

I had sovle it through append \r\n

MaxiSantos commented 4 years ago

What what version are you using? in 0,4,7 it's not working