EPPlus не переводит язык в формуле ⇐ C#
-
Anonymous
EPPlus не переводит язык в формуле
Excel formula string doesn't translate the language and doesn't execute the formula in the file.
Normally, in other sheets I use english version of the formulas and it works.
But in this formula, I don't know why but I have to use it in Turkish and it still doesn't execute. I have to go to excel and hit enter for the formula to execute.
sheet.Cells[index, projeStatuDoldurulacakKolon].Formula = "IFS(D" + index + @"=0,""Biten"",O" + index + @"
Источник: https://stackoverflow.com/questions/781 ... in-formula
Excel formula string doesn't translate the language and doesn't execute the formula in the file.
Normally, in other sheets I use english version of the formulas and it works.
But in this formula, I don't know why but I have to use it in Turkish and it still doesn't execute. I have to go to excel and hit enter for the formula to execute.
sheet.Cells[index, projeStatuDoldurulacakKolon].Formula = "IFS(D" + index + @"=0,""Biten"",O" + index + @"
Источник: https://stackoverflow.com/questions/781 ... in-formula
Мобильная версия