@zklogic/exceljs 5.0.5 → 5.0.7

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/README.md CHANGED
@@ -1,11 +1,14 @@
1
1
  # ExcelJS
2
2
 
3
- [![Build Status](https://github.com/exceljs/exceljs/actions/workflows/tests.yml/badge.svg?branch=master&event=push)](https://github.com/exceljs/exceljs/actions/workflows/tests.yml)
3
+ [![Build Status](https://github.com/ArfanKhalilMughal/exceljs/actions/workflows/tests.yml/badge.svg?branch=master&event=push)](https://github.com/ArfanKhalilMughal/exceljs/actions/workflows/tests.yml)
4
4
 
5
5
  Read, manipulate and write spreadsheet data and styles to XLSX and JSON.
6
6
 
7
7
  Reverse engineered from Excel spreadsheet files as a project.
8
8
 
9
+ > Fork of [exceljs/exceljs](https://github.com/exceljs/exceljs) by Guyon Roche. Original package published to npm as `exceljs`.
10
+ > This fork is maintained by Arfan Khalil Mughal at [ArfanKhalilMughal/exceljs](https://github.com/ArfanKhalilMughal/exceljs) and published to npm as `@zklogic/exceljs`.
11
+
9
12
  # Translations
10
13
 
11
14
  * [中文文档](README_zh.md)
@@ -13,7 +16,7 @@ Reverse engineered from Excel spreadsheet files as a project.
13
16
  # Installation
14
17
 
15
18
  ```shell
16
- npm install exceljs
19
+ npm install @zklogic/exceljs
17
20
  ```
18
21
 
19
22
  # New Features!
@@ -178,7 +181,7 @@ To be clear, all contributions added to this library will be included in the lib
178
181
  # Importing[⬆](#contents)<!-- Link generated with jump2header -->
179
182
 
180
183
  ```javascript
181
- const ExcelJS = require('exceljs');
184
+ const ExcelJS = require('@zklogic/exceljs');
182
185
  ```
183
186
 
184
187
  ## ES5 Imports[⬆](#contents)<!-- Link generated with jump2header -->
package/README_zh.md CHANGED
@@ -11,7 +11,7 @@
11
11
  # 安装
12
12
 
13
13
  ```shell
14
- npm install exceljs
14
+ npm install @zklogic/exceljs
15
15
  ```
16
16
 
17
17
  # 新的功能!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zklogic/exceljs",
3
- "version": "5.0.5",
3
+ "version": "5.0.7",
4
4
  "description": "Excel Workbook Manager - Read and Write xlsx and csv Files.",
5
5
  "private": false,
6
6
  "license": "MIT",
@@ -111,7 +111,7 @@
111
111
  ],
112
112
  "dependencies": {
113
113
  "@zklogic/saxes": "^7.0.3",
114
- "@zklogic/unzipper": "^0.13.1",
114
+ "@zklogic/unzipper": "^0.13.2",
115
115
  "archiver": "^5.0.0",
116
116
  "dayjs": "^1.8.34",
117
117
  "fast-csv": "^4.3.1",