styled-exceljs 0.21.1 → 0.21.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -9,6 +9,18 @@ changes may not be included if they are not expected to break existing code.
9
9
  * Proper handling of XLSX encoded entities (h/t @inreoh)
10
10
  * Proper handling of invalid DIF sheets that match heuristics (h/t @lowkeyfish)
11
11
 
12
+ ## v0.21.2
13
+
14
+ * Preserve TIFF drawing MIME metadata for XLSX images so browser renderers can
15
+ select an explicit decoder instead of receiving `application/octet-stream`
16
+ * Keep workbook column-width measurement stable across sheets and tolerate
17
+ missing Numbers format tables
18
+
19
+ 中文摘要:
20
+
21
+ * XLSX 中的 TIFF 图片现在会保留 `image/tiff` 类型,便于浏览器渲染器按需解码
22
+ * 稳定多工作表列宽测量,并容错缺失的 Numbers 格式表
23
+
12
24
  ## v0.21.1
13
25
 
14
26
  * Added browser-aware text measurement and `XLSX.utils.auto_fit_columns` for
package/README.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # [SheetJS](https://sheetjs.com)
2
2
 
3
+ ## Fork Notice
4
+
5
+ `styled-exceljs` is a fork of the original SheetJS Community Edition source
6
+ code. This fork keeps the SheetJS-compatible workbook and worksheet model, then
7
+ adds browser-oriented visual fidelity extensions for styles, dimensions,
8
+ drawings, charts, merge validation, and HTML rendering.
9
+
10
+ 中文说明:`styled-exceljs` 基于 SheetJS Community Edition 原始代码 fork
11
+ 并继续增强,保持 SheetJS 兼容的数据模型,同时扩展样式、行列尺寸、图片绘图、
12
+ 图表、合并校验和浏览器 HTML 渲染能力。
13
+
3
14
  The SheetJS Community Edition offers battle-tested open-source solutions for
4
15
  extracting useful data from almost any complex spreadsheet and generating new
5
16
  spreadsheets that will work with legacy and modern software alike.
package/bower.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "js-xlsx",
3
- "version": "0.21.1",
3
+ "version": "0.21.2",
4
4
  "homepage": "https://github.com/SheetJS/js-xlsx",
5
5
  "main": ["xlsx.js"],
6
6
  "ignore": [