Hi,
I'm importing data from XML file to Excel, and in a first time all seems to be working correctly.
But if you save the file and re-open it, the source stops working.
I'm developing a plugin using Excel interop, so I've explored the clases and I noticed that the first time that you import an XML file, XmlMap.Databinding.SourceUrl has the full path, but after open the Excel file, the XmlMap.Databinding.SourceUrl only stores
230 characters from the real source path. And exploring the file as a zip, the connections.xml file is storing correctly the full path.
So I don't know why but when you open an Excel file excel is trimming the SourceUrl to 230 chars and I think that is an incorrect behavior.
Note: I've tested this on Excel 2007 and Excel 2013
regards,
Sergio.
- Edited by Sergiodebst Wednesday, March 25, 2015 1:36 PM Info about Excel versions