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
15
XamSpreadsheet & Excel Named References
posted

Hello,

I am converting an existing winforms application that uses Excel COM Automation to a new WPF application using XamSpreadSheet and Infragistics Excel Engine.

We have a lot of formulae and named references in our existing data. Loading these into the new version raises errors like - Formulae should have sheet names qualified for named references.

I am not sure how to go about that properly, as existing named references could have other named references and cell references in formulae.

Should the named references assume the same worksheet as they are being evaluated on, if no explicit sheet name is specified.

Parents
  • 34810
    Offline posted

    Hello Prateek,

    Thank you for your post!

    I do not believe that this behavior that you are seeing is expected, as I have discussed this with my colleagues and the ruling was that if Excel can open the Workbook, we should be able to as well. As such, I have a couple of questions for you on this matter. Can you please provide some information on the following?

    1. What version of Infragistics for WPF are you using in the application trying to load the Workbook?

    2. Are you able to provide a copy of a Workbook that reproduces the behavior you are seeing? If the data is potentially sensitive and you do not want it visible publicly on the forums, I can create a private support case for you on this matter.

    Please let me know if you have any other questions or concerns on this matter.

  • 15
    Offline posted in reply to Andrew Goldenbaum

    InfragisticsEval.zip

    Hi Andrew,

    Please see attached solution for a demonstration of the issue. If you load an Excel file, it works OK.

    But if you try to programatically assign a cell reference such as "=C15" or "=IF(MyCondition, F29, X77)" then it fails with the exception as shown in the attached image.

    Let me know if you need more info.

    We are in the process of evaluating Infragistics upgrade for our application platform and excel compatibility is must for us.

    Thanks

Reply Children