@cj-tech-master/excelts 0.1.0-canary.20251025023400.dff1908 → 0.1.0-canary.20251029013247.758de7b

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,5 @@
1
1
  /*!
2
- * @cj-tech-master/excelts v0.1.0-canary.20251025023400.dff1908
2
+ * @cj-tech-master/excelts v0.1.0-canary.20251029013247.758de7b
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
@@ -26422,7 +26422,7 @@ var ExcelTS = (function(exports) {
26422
26422
  this._workbook = options.workbook;
26423
26423
  this.id = options.id || 0;
26424
26424
  this.orderNo = options.orderNo || 0;
26425
- this._name = options.name || `sheet${this.id}`;
26425
+ this.name = options.name || `sheet${this.id}`;
26426
26426
  this.state = options.state || "visible";
26427
26427
  this._rows = [];
26428
26428
  this._columns = null;