[DevExpress Support Team: CLONED FROM T320595: Problem SpreadSheet MVC culture]
Hi,
I'm using Devexpress v15.1 MVC
I have problem with SpreadSheet culture, i'm using cultures "es-ES".
spreadsheet1.Document.Options.Culture = new System.Globalization.CultureInfo("es-ES");
In culture "es-ES" the following formula =TEXTO(D4;"0,00E+00") don't work show #VALOR and value cell D4 is 10000
but in culture "en" the following formula =TEXT(D4, "0.00E+00") work.
I'm using default Riboon
settings.RibbonMode = SpreadsheetRibbonMode.Ribbon;
This Ribbon have option "Protect Sheet"
Thanks.