styled-exceljs 0.21.1 → 0.21.3

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.
@@ -1,5 +1,9 @@
1
1
  # XLSX / XLS Visual Fidelity Extensions
2
2
 
3
+ `styled-exceljs` is built from a fork of the original SheetJS Community Edition
4
+ source code. The fork keeps SheetJS-compatible APIs and extends the original
5
+ reader / writer foundation with visual parsing and browser rendering features.
6
+
3
7
  This document describes the browser rendering metadata exposed by this build.
4
8
  The public model extends the existing SheetJS worksheet object and keeps default
5
9
  read behavior compatible. Expensive visual parsing is enabled with explicit
@@ -1,5 +1,8 @@
1
1
  # XLSX / XLS 视觉保真扩展
2
2
 
3
+ `styled-exceljs` 基于 SheetJS Community Edition 原始代码 fork 并继续增强。
4
+ 本 fork 保持 SheetJS 兼容 API 和读写基础,在此之上扩展视觉解析和浏览器渲染能力。
5
+
3
6
  本文档说明本版本在 SheetJS 兼容工作表模型上新增的浏览器渲染元数据。
4
7
  默认读取行为保持轻量和兼容;完整视觉信息需要通过显式选项启用。
5
8
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "styled-exceljs",
3
- "version": "0.21.1",
3
+ "version": "0.21.3",
4
4
  "author": "sheetjs",
5
- "description": "SheetJS Spreadsheet data parser and writer",
5
+ "description": "SheetJS CE fork with enhanced XLS/XLSX styling and browser rendering",
6
6
  "keywords": [
7
7
  "excel",
8
8
  "xls",
@@ -141,6 +141,7 @@
141
141
  },
142
142
  "scripts": {
143
143
  "test": "make travis",
144
+ "test:security": "node tests/security-prototype-pollution.mjs",
144
145
  "build": "make",
145
146
  "lint": "make fullint",
146
147
  "dtslint": "dtslint types"