UNPKG

docxtemplater

Version:

Generate docx, pptx, and xlsx from templates (Word, Powerpoint and Excel documents), from Node.js, the Browser and the command line

12 lines (11 loc) 567 B
"use strict"; var coreContentType = "application/vnd.openxmlformats-package.core-properties+xml"; var appContentType = "application/vnd.openxmlformats-officedocument.extended-properties+xml"; var customContentType = "application/vnd.openxmlformats-officedocument.custom-properties+xml"; var settingsContentType = "application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml"; module.exports = { settingsContentType: settingsContentType, coreContentType: coreContentType, appContentType: appContentType, customContentType: customContentType };