Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Spire.xls for .net 导出一些报告。一个模板包含一个带有公式的列,公式如下所示=(B6-C6)。从浏览器打开报告时,报告会在受保护的视图中打开,并且该列中的所有公式都解析为#VALUE!,但是当我启用编辑时,一切都正确解析。
=(B6-C6)
#VALUE!
这是正常的 Excel 行为吗?我能做些什么来防止这种情况发生吗?谢谢!
这是由于标记设计器的使用不正确,我需要在行的第一个单元格上使用“应用样式”标签才能正确处理。