chenshilong 6 年之前
父节点
当前提交
7297c1e13b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      public/web/sheet/sheet_common.js

+ 1 - 0
public/web/sheet/sheet_common.js

@@ -42,6 +42,7 @@ var sheetCommonObj = {
         };
 
         sheet.showRowOutline(false);
+        sheet.options.allowCellOverflow = false;
         me.buildHeader(sheet, setting);
         if (rowCount > 0)
             sheet.setRowCount(rowCount);