UNPKG

docx-officegen

Version:

This module can generate Office Open XML files for Microsoft Office 2007 and later. Also the output is a stream and file, not dependent on any output tool. This module should work on any environment that supports Node.js 10.3.0 or later including Windows.

41 lines (40 loc) 796 B
{ "name": "docx-officegen", "version": "1.0.27", "description": "", "main": "index.js", "dependencies": { "@sailshq/lodash": "^3.10.2", "@types/archiver": "^2.0.1", "@types/assert": "0.0.31", "@types/mocha": "^2.2.44", "@types/node": "^8.0.53", "@types/xml2js": "^0.4.2", "@types/xmlbuilder": "0.0.32", "archiver": "^2.1.0", "express": "^4.16.3", "json2xml": "^0.1.3", "jsontoxml": "^0.1.1", "lodash": "^4.17.4" }, "devDependencies": { "@types/node": "^10.3.0" }, "keywords": [ "office", "microsoft", "2007", "word", "docx", "charts", "OfficeOpenXml", "stream", "generate", "create", "generator", "creator", "maker" ], "author": "MiladEbrahimpour", "license": "ISC" }