You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.
描述错误
单元格输入a1下拉填充的规则是a1,a2,a3....,但输入1a,下拉填充不是1a,2a,3a...,而是1a,1a,1a...;
当我输入(1)下拉填充时显示(1),(1),(1)...,而不是(1),(2),(3)...,
所以当数字后面有字符串的时候,下拉填充没有以序列填充的方式。
而真正的excel中当数字和字符串同时存在时,内容中的最后一个数字会以序列的方式填充,如下图所示
期望的结果
能和excel保持一致
The text was updated successfully, but these errors were encountered: