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
725
Excel.Workbook.Load exception
posted

I'm working with Infragistics3.Documents.Excel.v11.1
I'm uploading excel files (excel 2007)
  Dim book As Infragistics.Documents.Excel.Workbook = Infragistics.Documents.Excel.Workbook.Load(filename) 
  
When loading some files, shows the following error:
System.InvalidOperationException: The formatted string is already the value of another cell. Clone it first and apply the clone to the new cell.

What is the problem and the solution?

Thank you in advance for your replay.

Parents
No Data
Reply
  • 44743
    posted

    This seems like a bug that was fixed already, but it should have been fixed in the 11.1 version, so maybe it is a similar bug in another area of the code. Can you post the file you are trying to load so I can try to reproduce this?

Children