Skip to content

Can the datasheet really not display "0123456789" in a cell? #161

Closed Answered by crossex
crossex asked this question in Q&A
Discussion options

You must be logged in to vote

set type of cell to "text"

Sheet sheet;
sheet = new Sheet(5, columns.Count);
sheet.Range(0, 5, 0, 0).Type = "text";

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by crossex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant