@elbstack/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.
36 lines (35 loc) • 827 B
JSON
{
"name": "xlsx-populate",
"version": "1.0.0",
"homepage": "https://github.com/dtjohnson/xlsx-populate",
"authors": [
"Dave T. Johnson <dave@dtjohnson.net>",
"Eddie Corrigall <eddiecorrigall@gmail.com>"
],
"description": "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.",
"main": "browser/xlsx-populate.js",
"license": "MIT",
"ignore": [
"**/.*",
"blank",
"docs",
"lib",
"node_modules",
"test"
],
"keywords": [
"promise",
"performance",
"promises",
"promises-a",
"promises-aplus",
"async",
"await",
"deferred",
"deferreds",
"future",
"flow control",
"dsl",
"fluent interface"
]
}