rapid-spreadjs 1.0.24 → 1.0.25
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 +2 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.cjs.min.js +1 -1
- package/dist/index.cjs.min.js.map +1 -1
- package/dist/index.esm.js +2 -0
- package/dist/index.esm.js.map +1 -1
- package/dist/index.esm.min.js +1 -1
- package/dist/index.esm.min.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -572,6 +572,8 @@ const BusinessUtils = {
|
|
|
572
572
|
const testObjectAttrsChunk = chunkJson(testObjectAttrs, rowTestObjectCount);
|
|
573
573
|
// 暂停绘制
|
|
574
574
|
sheet.suspendPaint();
|
|
575
|
+
// 设置工作表行数为0
|
|
576
|
+
sheet.setRowCount(0);
|
|
575
577
|
// 所有单元格对象
|
|
576
578
|
const allCells = SheetUtils.getAllCellObjsByRange(sheet, {
|
|
577
579
|
row: 0,
|