How to use officegen - 1 common examples

To help you get started, we’ve selected a few officegen examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Ziv-Barber / officegen / plugins / templates / types / genmytype.js View on Github external
/**
 * @brief Extend officegen object with ??? support.
 *
 * This method extending the given officegen object to create ??? document.
 *
 * @param[in] genobj The object to extend.
 * @param[in] new_type The type of object to create.
 * @param[in] options The object's options.
 * @param[in] gen_private Access to the internals of this object.
 * @param[in] type_info Additional information about this type.
 */
function makeMyType(genobj, new_type, options, gen_private, type_info) {
  // ----- API for ??? documents: -----
}

baseobj.registerDocType('mytype', makeMyType)

officegen

Office Open XML Generator using Node.js streams. Supporting Microsoft Office 2007 and later Word (docx), PowerPoint (pptx,ppsx) and Excell (xlsx). This module is for all frameworks and environments. No need for any commandline tool - this module is doing

MIT
Latest version published 3 years ago

Package Health Score

52 / 100
Full package analysis

Popular officegen functions