Luckysheet [BUG]正在编辑的单元格,使用getAllSheets获取所有单元格内容时获取不到内容

tzxcd3kk  于 5个月前  发布在  其他
关注(0)|答案(1)|浏览(67)

Describe the bug
正在编辑的单元格,使用getAllSheets获取所有单元格内容时获取不到内容

To Reproduce
Steps to reproduce the behavior:

  1. 编辑一个单元格
  2. 使用getAllSheets方法获取当前sheet页的内容

Environment

  • Windows
  • Browser Version: [e.g. Chrome
  • Luckysheet Version: [e.g. 1.0.1,latest]

Additional context
Add any other context about the problem here.

biswetbf

biswetbf1#

执行luckysheet.exitEditMode();退出编辑模式
再使用getAllSheets即可

相关问题