@jsreport/jsreport-xlsx
Advanced tools
Comparing version 3.3.0 to 3.4.0
@@ -725,2 +725,6 @@ const path = require('path') | ||
contentEl = fEl | ||
} else { | ||
// field is error but no formula definition was found, so we can not | ||
// parse this | ||
return | ||
} | ||
@@ -727,0 +731,0 @@ |
@@ -34,3 +34,3 @@ const extend = require('node.extend.without.arrays') | ||
contentRaw: { type: 'Edm.Binary', document: { extension: 'xlsx' } }, | ||
content: { type: 'Edm.String', document: { extension: 'txt' } } | ||
content: { type: 'Edm.String', document: { main: true, extension: 'txt' } } | ||
}) | ||
@@ -37,0 +37,0 @@ |
{ | ||
"name": "@jsreport/jsreport-xlsx", | ||
"version": "3.3.0", | ||
"version": "3.4.0", | ||
"description": "jsreport recipe rendering excels directly from open xml", | ||
@@ -49,6 +49,6 @@ "keywords": [ | ||
"devDependencies": { | ||
"@jsreport/jsreport-assets": "3.5.0", | ||
"@jsreport/jsreport-assets": "3.6.0", | ||
"@jsreport/jsreport-components": "3.2.1", | ||
"@jsreport/jsreport-core": "3.9.0", | ||
"@jsreport/jsreport-data": "3.0.1", | ||
"@jsreport/jsreport-core": "3.10.0", | ||
"@jsreport/jsreport-data": "3.1.0", | ||
"@jsreport/jsreport-handlebars": "3.2.1", | ||
@@ -55,0 +55,0 @@ "@jsreport/jsreport-jsrender": "3.0.0", |
@@ -10,2 +10,7 @@ # @jsreport/jsreport-xlsx | ||
### 3.4.0 | ||
- add support for specifying what are the main document properties of xlsxTemplates entitySet | ||
- do not fail parsing cell found with error and no formula definition found | ||
### 3.3.0 | ||
@@ -12,0 +17,0 @@ |
204481
4389
45