@glue42/office
Advanced tools
Comparing version 1.7.1 to 1.7.2
@@ -0,1 +1,4 @@ | ||
1.7.2 | ||
- onNewWorksheet is now fired only when the sheet is initially send from Excel-first | ||
1.7.1 | ||
@@ -2,0 +5,0 @@ - support for both ".xlsx" | ".xls" and no extension names added |
@@ -44,3 +44,3 @@ "use strict"; | ||
const id = convertedParams.params.cookie || utils_1.getSheetId(workbook, worksheet); | ||
const sheet = this.createSheet(id, sheetData); | ||
const sheet = this.createSheet(id, sheetData, false); | ||
resolve(sheet.asSheetAPI); | ||
@@ -47,0 +47,0 @@ } |
@@ -1,1 +0,1 @@ | ||
export declare const version = "1.7.1"; | ||
export declare const version = "1.7.2"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = "1.7.1"; | ||
exports.version = "1.7.2"; | ||
//# sourceMappingURL=version.js.map |
@@ -81,3 +81,3 @@ var __assign = (this && this.__assign) || function () { | ||
var id = convertedParams.params.cookie || getSheetId(workbook, worksheet); | ||
var sheet = _this.createSheet(id, sheetData); | ||
var sheet = _this.createSheet(id, sheetData, false); | ||
resolve(sheet.asSheetAPI); | ||
@@ -84,0 +84,0 @@ } |
@@ -1,1 +0,1 @@ | ||
export var version = "1.7.1"; | ||
export var version = "1.7.2"; |
@@ -42,3 +42,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
const id = convertedParams.params.cookie || getSheetId(workbook, worksheet); | ||
const sheet = this.createSheet(id, sheetData); | ||
const sheet = this.createSheet(id, sheetData, false); | ||
resolve(sheet.asSheetAPI); | ||
@@ -45,0 +45,0 @@ } |
@@ -1,1 +0,1 @@ | ||
export const version = "1.7.1"; | ||
export const version = "1.7.2"; |
{ | ||
"name": "@glue42/office", | ||
"version": "1.7.1", | ||
"version": "1.7.2", | ||
"description": "Glue42 for Office", | ||
@@ -5,0 +5,0 @@ "browser": "./dist/web-bundle/office.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
3640560