Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
520
Error occurs by exporting formulas in UltraGrid to Excel using German as application culture
posted

Hi,
we use the ExcelExport to publish data from UltraWinGrids (includuing functions which were calculating by UltraCalcManager) to Excel.
We usually use simple formulas like: ' if( [Value_1] = 0 , 0 , ([Value_2] / [Value_1])) '.

Depending on the application language the export of these funtions always occurs errors.
If I use German as current application culture I get the error message 'A function in the formula has no closing parenthesis. Portion with error: IF((H9 = 0)' in the Excel cells.
Changing the language to English as application culture the same formula produces no export error.

We use Infragistics3.Win.UltraWinGrid.ExcelExport.v11.2 with Service Release '11.2.20112.2028'

thanks

WinGridExcelExport.zip
Parents
No Data
Reply
  • 53790
    posted

    Hello Erik,

    Thanks for attached sample. I saw the mentioned behavior and your approach with changing of CurrentCulture is the right way to solve your issue. At that moment our UltraCalcManager  works when the current culture has a dot for a decimal separator. Please let me know if you have any questions.

    Regards

Children