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
965
Error when loading excel file - The formula has extra expressions after the end of it
posted

Hello,

I am using Infragistics 15.1, I have an excel file with Rank.EQ formulas in it.

The goal is to load the file and fill in the columns with data which inturn would recalc the Rank columns.

When I load the file I receive the following error.

The formula has extra expressions after the end of it.

Portion with error: (D3,D3:D34)

Here is the C# code I use to open the file, which works fine if I remove the Rank.EQ formulas.

Workbook workbook = Workbook.Load( Application.StartupPath + @"\ExcelTemplates\Excel Formula Test.xlsx" );

In the excel file in Column E3 I have the formula =RANK.EQ(D3,D3:D34)

I would attach the Excel file but the file type is being refused in uploading.

Thanks in advance!

Parents
No Data
Reply
  • 29085
    Offline posted

    Hello and thank you for reaching out!

    I was able to reproduce this with a Rank.EQ function column. We should be preventing exceptions like this to occur regardless if it's supported or not.

    Here is a full list of supported excel functions

    Let me know if you have any additional questions.

Children