@cj-tech-master/excelts 3.0.0-canary.20251228183403.d3eb98d → 3.0.1-canary.20251229011802.ccfcbcc

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
@@ -23,8 +23,9 @@ ExcelTS is a modernized fork of [ExcelJS](https://github.com/exceljs/exceljs) wi
23
23
 
24
24
  ## Installation
25
25
 
26
- ````bash
26
+ ```bash
27
27
  npm install @cj-tech-master/excelts
28
+ ```
28
29
 
29
30
  ## Quick Start
30
31
 
@@ -43,7 +44,7 @@ sheet.addRow(["Jane Smith", 25, "jane@example.com"]);
43
44
 
44
45
  // Save to file
45
46
  await workbook.xlsx.writeFile("output.xlsx");
46
- ````
47
+ ```
47
48
 
48
49
  ### Reading a Workbook
49
50
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @cj-tech-master/excelts v3.0.0-canary.20251228183403.d3eb98d
2
+ * @cj-tech-master/excelts v3.0.1-canary.20251229011802.ccfcbcc
3
3
  * TypeScript Excel Workbook Manager - Read and Write xlsx and csv Files.
4
4
  * (c) 2025 cjnoname
5
5
  * Released under the MIT License
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @cj-tech-master/excelts v3.0.0-canary.20251228183403.d3eb98d
2
+ * @cj-tech-master/excelts v3.0.1-canary.20251229011802.ccfcbcc
3
3
  * TypeScript Excel Workbook Manager - Read and Write xlsx and csv Files.
4
4
  * (c) 2025 cjnoname
5
5
  * Released under the MIT License
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @cj-tech-master/excelts v3.0.0-canary.20251228183403.d3eb98d
2
+ * @cj-tech-master/excelts v3.0.1-canary.20251229011802.ccfcbcc
3
3
  * TypeScript Excel Workbook Manager - Read and Write xlsx and csv Files.
4
4
  * (c) 2025 cjnoname
5
5
  * Released under the MIT License
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @cj-tech-master/excelts v3.0.0-canary.20251228183403.d3eb98d
2
+ * @cj-tech-master/excelts v3.0.1-canary.20251229011802.ccfcbcc
3
3
  * TypeScript Excel Workbook Manager - Read and Write xlsx and csv Files.
4
4
  * (c) 2025 cjnoname
5
5
  * Released under the MIT License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cj-tech-master/excelts",
3
- "version": "3.0.0-canary.20251228183403.d3eb98d",
3
+ "version": "3.0.1-canary.20251229011802.ccfcbcc",
4
4
  "description": "TypeScript Excel Workbook Manager - Read and Write xlsx and csv Files.",
5
5
  "type": "module",
6
6
  "publishConfig": {