R
Raj
Hi,
I am using OWC spreadsheet 11.0 control in C#.NET 2.0 winforms. I have a
spreadsheet with formulas having circular references (The circular reference
is mandatory due to business requirement).
Please note that the iteration for circular references has been set to a
limit (100). (FYI - Go to Tools->Options->Calculation in excel). The formula
does work correctly when opened directly in excel.
However, when this spreadsheet is loaded in OWC control placed on a winform,
the circular references does not work. It displays CIRC! wherever circular
reference is found.
Problem:
Business mandates the use of circular reference.
1. Is there any workaround to make the circular reference work in OWC control?
OR
2. Is there any alternative to load excel document in winforms?. I explored
2 other options which does not work quite well.
a. dsoFramer - There is no support for this in Microsoft.
b.webbrowser control - If I load excel document in the control, circular
reference does work but could not manipulate the worksheets, cells within the
excel document. Also, standard excel menu options does not show up.
Please pour your suggestions and thoughts. This is really critical because
the whole project's architecture is dependant on OWC control.
I am using OWC spreadsheet 11.0 control in C#.NET 2.0 winforms. I have a
spreadsheet with formulas having circular references (The circular reference
is mandatory due to business requirement).
Please note that the iteration for circular references has been set to a
limit (100). (FYI - Go to Tools->Options->Calculation in excel). The formula
does work correctly when opened directly in excel.
However, when this spreadsheet is loaded in OWC control placed on a winform,
the circular references does not work. It displays CIRC! wherever circular
reference is found.
Problem:
Business mandates the use of circular reference.
1. Is there any workaround to make the circular reference work in OWC control?
OR
2. Is there any alternative to load excel document in winforms?. I explored
2 other options which does not work quite well.
a. dsoFramer - There is no support for this in Microsoft.
b.webbrowser control - If I load excel document in the control, circular
reference does work but could not manipulate the worksheets, cells within the
excel document. Also, standard excel menu options does not show up.
Please pour your suggestions and thoughts. This is really critical because
the whole project's architecture is dependant on OWC control.