We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wolai Seatable 都实现了这样的功能。 假如 C 列第 5 行是数字 1,你选中 C5 这个单元格,往下拉,它就是复制,1,1,1,这样子。 假如 C6 是 2,你同时选择了 C5 的 1 和 C6 的 2,往下拉,它就是增加,3,4,5,这样子。 简单的下拉复制或者下拉增加就行。主要解决的是两个痛点: (1)同一列的行如果值相同,下拉可快速复制,免得一个个手动复制或者填写。 (2)行序号这种步长为 1 的递增,也可以快速完成。 其它复杂的填充柄功能不用考虑,毕竟不是 Excel
https://ld246.com/article/1702294369034/comment/1702357159635?r=Vanessa#comments
The text was updated successfully, but these errors were encountered:
🎨 #9867
19f377c
78497c4
1544786
52498a5
a46e983
f40529c
Vanessa219
No branches or pull requests
https://ld246.com/article/1702294369034/comment/1702357159635?r=Vanessa#comments
The text was updated successfully, but these errors were encountered: