I'm working with Infragistics3.Documents.Excel.v11.1I'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.
These are the files.
Thanks.
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?