We have an application that exports data to XML. One of the cells is formatted as datetime. The issue I am having is that it export the datetime like this2013-07-19T00:00:00.0000000. The xml file will not parse in Excel 2013.
If it is like this 2013-07-19T00:00:00.000, then it will open just fine.
Is there a setting or patch that fixes this issue with Excel 2013. Excel 2010 opens the file just fine.