I'm using this to create the test data on SQL Server 2008:
create Table dbo.export_excel_problem(
id int,
test_case varchar(max)
)
go
insert into export_excel_problem values (1, '<?xml version="1.0" encoding="utf-8"?>
<ArrayOfFilterSettings xmlns:xsi="
www.w3.org/2001/XMLSchema-instance" xmlns:xsd="
www.w3.org/2001/XMLSchema">
<FilterSettings> <Refnr>7001</Refnr> <IsSelected>true</IsSelected> </FilterSettings>
</ArrayOfFilterSettings>')
Table export_excel_problem can be exported to excel. But when I can't open it in Excel 2007.
You find the generated excel attached.
File Attachment:
File Name:
excel.zipFile Size: 0 KB