Hi,
I'm trying to use the ejSpreadsheet in an app and want to have a column where users can enter text, which in some cases will contain leading zeros. If I format the cells as text, any content is allowed except for leading zero's, which get stripped off.
This behaviour is evident on your own demos:
http://js.syncfusion.com/demos/web/#!/bootstrap/spreadsheet/defaultfunctionalities
Select a range of cells, change the type to 'text' using the ribbon then try to enter text with a leading zero. The text 009 gets stripped to 9. This is contrary to how Excel behaves.
Please advise if there is a way to allow users to enter any text, even if it is multiple 0's followed by a number.
thanks