A
akashchopra13
I am using the OWC10 spreadsheet control within a VB.Net windows app,
and programmatically adding formulae to specific cells e.g.
Spreadsheet.Worksheets("Blah").Cells(x,y) = "=PERCENTILE(A1:A10, 0.1)"
This works fine when I am using en-GB culture, but I need the app to
work with other regional settings such as French and German. When I
switch to, for example, fr-FR culture, I get the error message "The
formula you typed contained an error".
Now I think it has something to do with the list separators and decimal
separators for the chosen culture, but can't quite figure it out.
If I use Excel in fr-FR culture it accepts the above formula when
written as "=PERCENTILE(A1:A10;0,1)". However, if I try to
programmatically enter that formula in the OWC10 spreadsheet control, I
get the error.
Can anyone explain what I'm doing wrong?
Thanks
Akash
and programmatically adding formulae to specific cells e.g.
Spreadsheet.Worksheets("Blah").Cells(x,y) = "=PERCENTILE(A1:A10, 0.1)"
This works fine when I am using en-GB culture, but I need the app to
work with other regional settings such as French and German. When I
switch to, for example, fr-FR culture, I get the error message "The
formula you typed contained an error".
Now I think it has something to do with the list separators and decimal
separators for the chosen culture, but can't quite figure it out.
If I use Excel in fr-FR culture it accepts the above formula when
written as "=PERCENTILE(A1:A10;0,1)". However, if I try to
programmatically enter that formula in the OWC10 spreadsheet control, I
get the error.
Can anyone explain what I'm doing wrong?
Thanks
Akash