anmcgrath / BlazorDatasheet

Simple excel-like datasheet Blazor component
MIT License
208 stars 49 forks source link

Cell converts into Datetime #97

Closed anmcgrath closed 1 month ago

anmcgrath commented 3 months ago

Discussed in https://github.com/anmcgrath/BlazorDatasheet/discussions/96

Originally posted by **gkevinrz** August 8, 2024 Hi everyone I'm trying to set these values as string but it converts automatically into DateTime. ![image](https://github.com/user-attachments/assets/7a61bc40-208b-4a2b-82c7-247f3a508bf1) ⬇️ ![image](https://github.com/user-attachments/assets/a5aa6d3e-c2a8-4b78-8245-f1739f9aadda) I'm also tried to set cell type to text but it doesn't work either. ![Screenshot 2024-08-07 100645](https://github.com/user-attachments/assets/c9b00db8-9f33-468b-bdaf-db4945f590e4) How can I fix this?