rapid-spreadjs 1.0.30 → 1.0.31
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/dist/index.cjs.js
CHANGED
|
@@ -8111,7 +8111,7 @@ const WorkbookUtils = {
|
|
|
8111
8111
|
tempSpread.destroy();
|
|
8112
8112
|
},
|
|
8113
8113
|
/**
|
|
8114
|
-
* 合并多个工作簿并导出Excel(同时返回合并后的工作簿实例)
|
|
8114
|
+
* 合并多个工作簿并导出Excel或PDF(同时返回合并后的工作簿实例)
|
|
8115
8115
|
* @param GC Spread的GC对象
|
|
8116
8116
|
* @param spreads 工作簿实例集合
|
|
8117
8117
|
* @param isExcel 是否导出为Excel文件,默认为true(如果为false,则导出为PDF)
|