简体   繁体   English

未捕获的类型错误:无法读取 null 的属性“calcOnDemand”

[英]Uncaught TypeError: Cannot read property 'calcOnDemand' of null

在此处输入图像描述

I'm getting this error when I click outside the spreadsheet, after creating a new blank file from the File tab从“文件”选项卡创建新的空白文件后,在电子表格外部单击时出现此错误

What is the problem in this?这有什么问题?

Thank you for using SpreadJS.感谢您使用 SpreadJS。
It is difficult to know exactly what is going on based on your description.根据您的描述,很难确切知道发生了什么。 Do you have a simple code that you can share that replicates the issue.您是否有一个可以共享的简单代码来复制该问题。

Just in case, you can set the calcOnDemand option using spread.options.calcOnDemand = false;以防万一,您可以使用 spread.options.calcOnDemand = false 设置 calcOnDemand 选项; where spread is the name of your spreadJS instance.其中 spread 是您的 spreadJS 实例的名称。 Grapecity SpreadJS Team Grapecity SpreadJS 团队

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM