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
45
Infragistic Workbook Load error
posted

I have a C# application that is trying to load an Excel workbook using the Infragistic's Excel Workbook Load method.  I am having an issue with one particular Excel workbook.  The error I am seeing is:  

"An item with the same key has already been added."

As mentioned, I am having issues with one particular Excel workbook.  All the other workbooks I've processed to date load correctly.  The load method used is straight forward:

                    Workbook workbook = Workbook.Load(excelFileLocation, false)

I try and load this one workbook and an error is thrown.

The version of Infragistics software being used is Infragistics3.Excel.v10.1.

I can't figure out what is causing the error.  Is there some type of diagnostic tool available that will allow me to break down where this error may be coming from?

Thank you.
Mike

Parents Reply Children
No Data