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

Words in Arabic are Mirrored #317

Closed iahmedgamal closed 5 years ago

iahmedgamal commented 5 years ago

Environment

  1. node -v: [fill]
  2. npm -v: [fill]
  3. npm ls officegen: [fill]
  4. Operating system: [fill]
  5. Microsoft Office version: [fill]
  6. Problem with Powerpoint, Excel or Word document: [fill]

Steps to Reproduce

[fill]

Expected Behavior

[fill]

Actual Behavior

[fill]


An example code will be the best. The fastest (and the most fun) way to resolve the issue is to submit a pull-request yourself.

Ziv-Barber commented 5 years ago

I'll fix it for the next release.

Ziv-Barber commented 5 years ago

@Ahmad-G-Mustafa You can also make the paragraph rtl and it'll work for you:

docx.createP({ rtl: true })

Then anything inside it will be displayed without mirroring the words.

Ziv-Barber commented 5 years ago

@Ahmad-G-Mustafa Anyway, I'll add a full fix.