I want to automatically insert commas every three digits for numerical values in the initial values of cellData. #2295
Unanswered
IchiharaGaku
asked this question in
Q&A | 常见问题
Replies: 2 comments
-
|
Perhaps this plugin can help: https://univer.ai/guides/sheet/configuration/register-plugin#number-format |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@jikkai |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Is there a way to automatically insert commas for numerical values in the initial values of cellData?
Also, when adding rows, I want specific columns to be formatted so that all numbers have commas every three digits.
Example:
12345 → 12,345
12345678 → 12,345,678
123456789 → 123,456,789
Beta Was this translation helpful? Give feedback.
All reactions