ember-cli-data-export
Advanced tools
Comparing version
@@ -43,6 +43,6 @@ import Ember from "ember"; | ||
else if(typeof cell.v === 'boolean') cell.t = 'b'; | ||
else if(cell.v instanceof Date) { | ||
cell.t = 'n'; cell.z = XLSX.SSF._table[14]; | ||
cell.v = datenum(cell.v); | ||
} | ||
//else if(cell.v instanceof Date) { | ||
// cell.t = 'n'; cell.z = XLSX.SSF._table[14]; | ||
// cell.v = datenum(cell.v); | ||
//} | ||
else cell.t = 's'; | ||
@@ -49,0 +49,0 @@ |
{ | ||
"name": "ember-cli-data-export", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"author" : "Matt Armstrong", | ||
@@ -5,0 +5,0 @@ "description": "Provides ability to export a set of json data as excel or csv file.", |
Sorry, the diff of this file is not supported yet
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
53370
5.45%31
-3.12%2
100%0
-100%