-
i test datasheet input a cell with value "0123456789" (without single quote) then after leave cell, the value change into "123456789". |
Beta Was this translation helpful? Give feedback.
Answered by
crossex
Dec 21, 2024
Replies: 1 comment
-
set type of cell to "text" Sheet sheet; |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
crossex
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
set type of cell to "text"
Sheet sheet;
sheet = new Sheet(5, columns.Count);
sheet.Range(0, 5, 0, 0).Type = "text";