Fix referenceId +1 error and spelling mistakes

Add demo
This commit is contained in:
Dolan
2018-01-30 01:16:48 +00:00
parent 989446ef36
commit c873abfe18
12 changed files with 46 additions and 21 deletions

View File

@ -70,3 +70,5 @@ para.createTextRun('and back to normal.');
const exporter = new docx.LocalPacker(doc);
exporter.pack('My Document');
console.log('Document created successfully at project root!');