ps-toolkit-ui 1.19.89 → 1.19.90

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.
@@ -9808,7 +9808,7 @@
9808
9808
  });
9809
9809
  data.push(x);
9810
9810
  });
9811
- new ExcelClass().exportAsExcelFile(data, (this.name ? this.name : 'ExportData') + '.xlsx');
9811
+ new ExcelClass().exportAsExcelFile(data, this.name ? this.name : 'ExportData');
9812
9812
  };
9813
9813
  TableClass.prototype.getText = function (s) {
9814
9814
  var span = document.createElement('span');