Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

[BUG]单元格计算结果为非数字结果后, 原本的格式也会失效,而且单元格不能再被赋予格式 #50

Closed
danielcai1987 opened this issue Sep 24, 2020 · 0 comments

Comments

@danielcai1987
Copy link
Contributor

描述错误
有时候,单元格的计算结果可能会出现 #NUM! 或者 #DIV/0! 之类的非数字结果.
当修改输入值, 计算结果正确时,单元格却不能按照之前的格式来显示,而是只显示计算后的值,而且此单元格不能再改变格式.

重现
重现错误的步骤:

  1. 设置A1为1, B1为2, A2为 =A1/B1, 此时 A2的计算结果为 0.5
  2. 从工具栏点击 % 设置A2的格式为百分比显示, 此时A2显示为 50%
  3. 编辑B1为0, 0不能被除, 所以A2的结果显示为 #NUM!
  4. 再把B1改回2, A2显示为 0.5, 之前设置的百分比格式没有了, 而且这时再点击工具栏的 % 或者其他格式,都不能改变A2的格式.

期望的结果
A2单元格保持格式,无论计算结果是什么, 因为很多时候 会出现 #NUM! 或者 #DIV/0!的情况,当计算结果变回数字后,格式却没有了,也不能再被设置.

屏幕截图或演示
Luckysheet

环境:
-操作系统:[Windows]
-浏览器 版本号:[Chrome 版本 85.0.4183.121 (Official Build) (64-bit)]
-Luckysheet版本:[最新]

@danielcai1987 danielcai1987 changed the title [BUG]单元格计算结果错误后, 原本的格式也会失效,而且单元格不能再被赋予格式 [BUG]单元格计算结果为非数字结果后, 原本的格式也会失效,而且单元格不能再被赋予格式 Sep 24, 2020
DR-Univer added a commit that referenced this issue Oct 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants