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 470 forks source link

LibreOffice Writer : createListOfDots() not working #375

Open Gribesh opened 4 years ago

Gribesh commented 4 years ago

Environment

  1. node -v: [v10.19.0]
  2. npm -v: [6.14.4]
  3. npm ls officegen: [officegen@0.6.4 ]
  4. Operating system: [Ubuntu 20.04.1 LTS]
  5. Microsoft Office version: [-]
  6. LibreOffice Vesion: 6.4.4.2
  7. Problem with Powerpoint, Excel or Word document: [Word/Writer]

Steps to Reproduce

[createListOfDots()]

Expected Behavior

[While using createListOfDots() this should have return the unordered list of dots according to contents]

Actual Behavior

[So actually it's only returning the list with content but without any dots.]


May be it would work fine with Microsoft Word.