UNPKG

xlsx-populate

Version:

Excel XLSX parser/generator written in JavaScript with Node.js and browser support, jQuery/d3-style method chaining, and a focus on keeping existing workbook features and styles in tact.

5 lines (3 loc) 108 B
"use strict"; const debug = require("debug"); module.exports = name => debug(`xlsx-populate:${name}`);