请教几个功能点实现方法 #3285
Unanswered
Gocgo
asked this question in
Q&A | 常见问题
请教几个功能点实现方法
#3285
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
请教下各位大佬,是否遇见过同样的问题或者有解决方案,谢谢。
1、univer是否支撑禁用行高、列宽的调整,固定行和列的高度;
2、univer是否支撑单元格样式 强制居中展示,新增行和列的时候,新增的行列,也都可以强制居中展示,而不需要人为去点击设置样式(目前有一种方案是监听到变化之后执行sheet.mutation.set-range-values、sheet.commmand.set-style,sheet.command.set-horizontal-text-align三条命令,但是效率有点低);
3、监听到“退出单元格编辑”动作时,是否可以获取到最近一次有内容更改的单元格坐标;
Beta Was this translation helpful? Give feedback.
All reactions