Can I format one column to be as text #645
Unanswered
JanneHarju
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to generate empty file for being template for user to insert data in it and then uploading it. Few columns are strings but they might contain only numbers like 000456546. If I download this template file new rows which I add in Excel are treated as numbers. So if user tries to add row where reference number is like 0034535, 00 are removed. User need to format whole column to Text to get over this problem. Can I format whole column to Text? Here is my example code of it. MyDto contains String, number and DateTime fields.
Beta Was this translation helpful? Give feedback.
All reactions