Describe the bug
通过luckyexcel解析文件,保存到后端后,在第二个sheet中,有如下配置:
calcChain: [
{r:0, c:3, index:2},
{r:0, c:3, index:2}
]
这个配置会导致我加载第二个sheet时,不显示任何数据。
然后,我手工删除了calcChain数组内的项,再刷新页面,第二个sheet的数据就正常显示了。
To Reproduce
- The first step:
- The second step:
- The third step:
- See error:
What is expected?
Screenshots or demo
Environment
- OS:
- Browser Version:
- Luckysheet Version:
Additional context
3条答案
按热度按时间sdnqo3pr1#
补充描述:存在公式的情况下,第二个sheet加载后,不显示任何数据,我将sheet的calcChain值删除掉,会显示内容,但是公式不生效
gzjq41n42#
我如果不用loadSheetUrl,而是一次性拿出所有数据是正常的
af7jpaap3#
在sheetmanage.js文件中,有一行注释“如果已经存在二维数据data,那么直接返回data;如果只有celldata,那么就转化成二维数组data,再返回”,这个函数就是导致数据不能渲染的原因