node-excel-export
Advanced tools
Comparing version 1.4.1 to 1.4.2
@@ -0,1 +1,3 @@ | ||
"use strict"; | ||
const excel = require('./lib/excel') | ||
@@ -68,9 +70,2 @@ | ||
} | ||
// TODO: REMOVE | ||
// if (specification[col].mergeGroup) { | ||
// cell_value.merge = specification[col].mergeGroup | ||
// } | ||
row.push(cell_value) // Push new cell to the row | ||
@@ -77,0 +72,0 @@ } |
{ | ||
"name": "node-excel-export", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "Node-Excel-Export", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
9998
165