You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

ember-cli-data-export

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-data-export - npm Package Compare versions

Comparing version

to
0.0.10

addon/initializers/csv.js

10

addon/services/excel.js

@@ -5,4 +5,12 @@ import Ember from "ember";

exportData : function(data, sheetName, fileName) {
exportAsExcel : function(data, sheetName, fileName) {
if (!sheetName) {
sheetName = "Sheet1";
}
if (!fileName) {
fileName = "export.xlsx";
}
function s2ab(s) {

@@ -9,0 +17,0 @@ var buf = new ArrayBuffer(s.length);

2

package.json
{
"name": "ember-cli-data-export",
"version": "0.0.9",
"version": "0.0.10",
"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