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.