api documentation for node-xlsx (v0.7.4)

NodeJS Excel files parser & builder

table of contents

  1. module node-xlsx
    1. function node-xlsx.build (worksheets)
    2. function node-xlsx.parse (mixed)
    3. object node-xlsx.default
    4. object node-xlsx.helpers
    5. object node-xlsx.workbook
  2. module node-xlsx.default
    1. function node-xlsx.default.build (worksheets)
    2. function node-xlsx.default.parse (mixed)
  3. module node-xlsx.helpers
    1. function node-xlsx.helpers.buildSheetFromMatrix (data)
    2. function node-xlsx.helpers.isBoolean (maybeBoolean)
    3. function node-xlsx.helpers.isNumber (maybeNumber)
    4. function node-xlsx.helpers.isString (maybeString)
  4. module node-xlsx.workbook
    1. function node-xlsx.workbook.default ()

module node-xlsx

function node-xlsx.build (worksheets)

function node-xlsx.parse (mixed)

module node-xlsx.default

function node-xlsx.default.build (worksheets)

function node-xlsx.default.parse (mixed)

module node-xlsx.helpers

function node-xlsx.helpers.buildSheetFromMatrix (data)

function node-xlsx.helpers.isBoolean (maybeBoolean)

function node-xlsx.helpers.isNumber (maybeNumber)

function node-xlsx.helpers.isString (maybeString)

module node-xlsx.workbook

function node-xlsx.workbook.default ()

[ this document was created with utility2 ]