Hi
Have been looking at the Grid to Excel export which we are using in our app. It appears that the XML that is generated might have an issue as the XML is not well formed. The data opens like this.
<Workbook xmlns=”urn:schemas-microsoft-com:office:spreadsheet” xmlns:o=”urn:schemas-microsoft-com:office:office” xmlns:x=”urn:schemas-microsoft-com:office:excel” xmlns:ss=”urn:schemas-microsoft-com:office:spreadsheet” xmlns:html=”http://www.w3.org/TR/REC-html40″>
Then closes like this.
</ss:Workbook>
Might be just a feature of Excel 2003 XML. I checked on the demo on the site and it is showing this behaviour (I am using 2.5 in production). Excel still opens it – but I was parsing the data on the back end which is why I encountered this issue.
Thanks
Glen