<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Getting Started</title><link>http://forums.asp.net/15.aspx</link><description>The perfect forum for ASP.NET novices. No question too simple! &lt;A href="http://aspadvice.com/SignUp/list.aspx?l=21&amp;amp;c=17" target=_blank&gt;Email List&lt;/A&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Problems in Exporting to Excel 2007</title><link>http://forums.asp.net/thread/2678642.aspx</link><pubDate>Mon, 13 Oct 2008 08:34:40 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2678642</guid><dc:creator>EJLindsay</dc:creator><author>EJLindsay</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2678642.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=15&amp;PostID=2678642</wfw:commentRss><description>&lt;p&gt;What do you mean &amp;quot;use excel functionality&amp;quot;.&amp;nbsp; Give me an example.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Thanks.&lt;/p&gt;
&lt;p&gt;Jay&lt;/p&gt;</description></item><item><title>Re: Problems in Exporting to Excel 2007</title><link>http://forums.asp.net/thread/2678534.aspx</link><pubDate>Mon, 13 Oct 2008 07:29:52 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2678534</guid><dc:creator>chinnivasudeva</dc:creator><author>chinnivasudeva</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2678534.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=15&amp;PostID=2678534</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Use Excel functionality (include excel.dll features) instead of using&lt;br /&gt;
&lt;/p&gt;
&lt;pre class="coloredcode"&gt;Response.ContentType = &lt;span class="st"&gt;&amp;quot;application/vnd.ms-excel&amp;quot;&lt;/span&gt;&lt;br /&gt;Response.AppendHeader(&lt;span class="st"&gt;&amp;quot;Content-Disposition&amp;quot;&lt;/span&gt;, &lt;span class="st"&gt;&amp;quot;filename=Data.xlsx;&amp;quot;&lt;/span&gt;)&lt;/pre&gt;
&lt;pre class="coloredcode"&gt;Excel functionality will solve your problem. &amp;nbsp;&lt;/pre&gt;&lt;pre class="coloredcode"&gt;&amp;nbsp;&lt;/pre&gt;&lt;pre class="coloredcode"&gt;To know about the MS Office 2007 warning message check the link: &lt;br /&gt;&lt;a href="http://blogs.msdn.com/vsofficedeveloper/pages/Excel-2007-Extension-Warning.aspx%20" title="MS Office 2007 Excel Warning Slution" target="_blank"&gt;http://blogs.msdn.com/vsofficedeveloper/pages/Excel-2007-Extension-Warning.aspx &lt;/a&gt;&lt;/pre&gt;&lt;pre class="coloredcode"&gt;&amp;nbsp;&lt;/pre&gt;</description></item><item><title>Re: Problems in Exporting to Excel 2007</title><link>http://forums.asp.net/thread/2678527.aspx</link><pubDate>Mon, 13 Oct 2008 07:26:50 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2678527</guid><dc:creator>chinnivasudeva</dc:creator><author>chinnivasudeva</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2678527.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=15&amp;PostID=2678527</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Use Excel functionality (include excel.dll features) instead of using&lt;br /&gt;
&lt;/p&gt;
&lt;pre class="coloredcode"&gt;Response.ContentType = &lt;span class="st"&gt;&amp;quot;application/vnd.ms-excel&amp;quot;&lt;/span&gt;&lt;br /&gt;Response.AppendHeader(&lt;span class="st"&gt;&amp;quot;Content-Disposition&amp;quot;&lt;/span&gt;, &lt;span class="st"&gt;&amp;quot;filename=Data.xlsx;&amp;quot;&lt;/span&gt;)&lt;/pre&gt;
&lt;pre class="coloredcode"&gt;Excel functionality will solve your problem. &lt;/pre&gt;</description></item><item><title>Re: Problems in Exporting to Excel 2007</title><link>http://forums.asp.net/thread/2360318.aspx</link><pubDate>Thu, 15 May 2008 15:49:42 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2360318</guid><dc:creator>savemickey1</dc:creator><author>savemickey1</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2360318.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=15&amp;PostID=2360318</wfw:commentRss><description>&lt;p&gt;This does not solve the issue of Office 2007 renaming the file to download.aspx, which causes the error message when excel tries to open.&lt;/p&gt;
&lt;p&gt;Here is the code.&amp;nbsp; It worked fine before Office 2007 was installed.&lt;/p&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;if&lt;/font&gt;&lt;font size="2"&gt; (Request.QueryString[&lt;/font&gt;&lt;font color="#800000" size="2"&gt;&amp;quot;file_id&amp;quot;&lt;/font&gt;&lt;font size="2"&gt;] != &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;null&lt;/font&gt;&lt;font size="2"&gt;)&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;{&lt;/p&gt;&lt;/font&gt;&lt;font color="#008080" size="2"&gt;SqlDataReader&lt;/font&gt;&lt;font size="2"&gt; dr = &lt;/font&gt;&lt;font color="#008080" size="2"&gt;File_DAL&lt;/font&gt;&lt;font size="2"&gt;.DownloadFile(sqlConn, &lt;/font&gt;&lt;font color="#008080" size="2"&gt;Convert&lt;/font&gt;&lt;font size="2"&gt;.ToInt16(Request.QueryString[&lt;/font&gt;&lt;font color="#800000" size="2"&gt;&amp;quot;file_id&amp;quot;&lt;/font&gt;&lt;font size="2"&gt;]));&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;while&lt;/font&gt;&lt;font size="2"&gt; (dr.Read())&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt;Response.ContentType = dr[&lt;/font&gt;&lt;font color="#800000" size="2"&gt;&amp;quot;MimeType&amp;quot;&lt;/font&gt;&lt;font size="2"&gt;].ToString();&lt;/p&gt;Response.AddHeader(&lt;/font&gt;&lt;font color="#800000" size="2"&gt;&amp;quot;Content-Disposition&amp;quot;&lt;/font&gt;&lt;font size="2"&gt;, &lt;/font&gt;&lt;font color="#800000" size="2"&gt;&amp;quot;filename=&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; + dr[&lt;/font&gt;&lt;font color="#800000" size="2"&gt;&amp;quot;FileName&amp;quot;&lt;/font&gt;&lt;font size="2"&gt;].ToString());&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;Response.OutputStream.Write((&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;byte&lt;/font&gt;&lt;font size="2"&gt;[])dr[&lt;/font&gt;&lt;font color="#800000" size="2"&gt;&amp;quot;FileImage&amp;quot;&lt;/font&gt;&lt;font size="2"&gt;], 0, (&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;int&lt;/font&gt;&lt;font size="2"&gt;)dr[&lt;/font&gt;&lt;font color="#800000" size="2"&gt;&amp;quot;FileSize&amp;quot;&lt;/font&gt;&lt;font size="2"&gt;]);&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;Response.End();&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;dr.Close();&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;&lt;/font&gt;</description></item><item><title>Re: Problems in Exporting to Excel 2007</title><link>http://forums.asp.net/thread/2360059.aspx</link><pubDate>Thu, 15 May 2008 13:55:56 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2360059</guid><dc:creator>karyani</dc:creator><author>karyani</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2360059.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=15&amp;PostID=2360059</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;See my post from 04-11-2008, 8:25 AM &lt;/p&gt;</description></item><item><title>Re: Problems in Exporting to Excel 2007</title><link>http://forums.asp.net/thread/2358655.aspx</link><pubDate>Thu, 15 May 2008 02:08:10 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2358655</guid><dc:creator>savemickey1</dc:creator><author>savemickey1</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2358655.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=15&amp;PostID=2358655</wfw:commentRss><description>&lt;p&gt;I am having the same problem with downloading 2007 files.&amp;nbsp; The word and ppt files open fine but they are named download.aspx.&amp;nbsp; Excel doesn&amp;#39;t like the aspx extension so gives me an error but still opens fine once I click ok.&amp;nbsp; This issue has to revolve around the fact that 2007 doesn&amp;#39;t open its files in IE windows, but in the programs themselves.&amp;nbsp; If anyone has any updates on this please let me know.&lt;/p&gt;</description></item><item><title>Re: Problems in Exporting to Excel 2007</title><link>http://forums.asp.net/thread/2330560.aspx</link><pubDate>Wed, 30 Apr 2008 17:38:52 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2330560</guid><dc:creator>Nachos</dc:creator><author>Nachos</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2330560.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=15&amp;PostID=2330560</wfw:commentRss><description>&lt;font face="Times New Roman" size="2"&gt;Now, about that message. &lt;/font&gt;&lt;font face="Times New Roman" size="2"&gt;
&lt;p&gt;The O2007 message could at least state &lt;i&gt;how&lt;/i&gt; Joe User should go about determining a file is not corrupt before opening it, so users wouldn&amp;#39;t call their developer every time they download. I wouldn&amp;#39;t know how to verify my dynamically-generated file is not corrupt without trying to open it and then probably looking through, and I&amp;#39;ve been a developer eight years.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;More details on my experience with this message : &lt;/p&gt;
&lt;p&gt;&amp;quot;The file you are trying to open, &amp;#39;blah blah.ext&amp;#39;, is in a different format than specified by the file extension. Verify that the file is not corrupted and is from a trusted source before opening the file. Do you want to open the file now?&amp;quot;&lt;/p&gt;
&lt;p&gt;Application A generates a file on-demand, .xls only, as a response stream to a browser, with .xls extension and type application/vnd.ms-excel. Its content will vary with the GridView. The client whose latest Office version is 2003 loads this .xls with no complaint; but for the same file, the Office 2007 box returns The Message, naming &amp;#39;such-and-such.xls&amp;#39; as the file I&amp;#39;m trying to open. Seems like Office 2007 is insisting on itself converting the .xls to an .xlsx. &lt;/p&gt;
&lt;p&gt;Application B uploads and downloads files using SQL Server as its store. Content is stored as a binary field, MIME file type descriptions are stored, filenames are stored with extensions. Before I changed &amp;quot;inline&amp;quot; to &amp;quot;attachment&amp;quot; per Karyani&amp;#39;s post, results for .xls files (coming in as an .aspx-format response) were the same: The client whose latest Office version is 2003 loaded this .xls with no complaint; but for the same file, the Office 2007 box returned The Message, naming file &amp;#39;downloadFile.aspx&amp;#39; as the file I&amp;nbsp;was trying to open. Here again, Office 2007 converted the .xls to an .xlsx.&lt;/p&gt;
&lt;p&gt;For Application B when downloading files as .xlsx or .docx, Office 2007 complains it found unreadable content, but of course that would be a different issue. Just thought I&amp;#39;d lump it in in case any one else is hitting the same part of this Office 2007-download-related continuum. Files besides Office 2007 download with no warning flags on both my dev boxes. What is UP with Office 2007 upload and download?&lt;/p&gt;
&lt;p&gt;Application A and B have in common the same server for dev environment. For prod environment they also share the same server, and it&amp;#39;s a different server than for their dev environments. &lt;/p&gt;&lt;/font&gt;</description></item><item><title>Re: Problems in Exporting to Excel 2007</title><link>http://forums.asp.net/thread/2302625.aspx</link><pubDate>Wed, 16 Apr 2008 21:03:20 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2302625</guid><dc:creator>Nachos</dc:creator><author>Nachos</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2302625.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=15&amp;PostID=2302625</wfw:commentRss><description>&lt;p&gt;Kudos Karyani! &lt;/p&gt;
&lt;p&gt;For .xls files, that&amp;#39;s eliminating this particular message, on my application that involves a DataGrid and SQL Server.&amp;nbsp; Incidentally, that application had been failing to download Word 2007 files; this edit fixed it. &lt;/p&gt;
&lt;p&gt;On the other hand, for the application I tried this with earlier, I continue to get the message.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Differences between the two apps follow.&lt;/p&gt;
&lt;p&gt;App where the message persists (App A):&lt;/p&gt;
&lt;p&gt;2.0 .Net C# SqlServer2005 (file not stored in SQL though) GridView &lt;/p&gt;
&lt;p&gt;Does not store the file content in a database rather sends it directly to the browser as a Response &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;App where the Excel 2007 message stopped appearing and also the Word 2007 download was enabled by this edit (App B):&lt;/p&gt;
&lt;p&gt;1.1 .Net VB SqlServer 8.0 DataGrid&lt;/p&gt;
&lt;p&gt;App first redirects to a blank aspx where the Response is composed. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;font face="Arial" size="2"&gt;
&lt;p&gt;App A (rendering GridView grvRequestors to a Response)&lt;/p&gt;&lt;/font&gt;&lt;font face="Courier New" size="2"&gt;&lt;/font&gt;&lt;font face="Courier New" color="#0000ff" size="2"&gt;string&lt;/font&gt;&lt;font face="Courier New" size="2"&gt; attachment = &lt;/font&gt;&lt;font face="Courier New" color="#a31515" size="2"&gt;&amp;quot;attachment; filename=Requestors.xls&amp;quot;&lt;/font&gt;&lt;font face="Courier New" size="2"&gt;;&lt;/font&gt;&lt;/font&gt;&lt;font face="Courier New" size="2"&gt; 
&lt;p&gt;Response.ClearContent();&lt;/p&gt;Response.AddHeader(&lt;/font&gt;&lt;font face="Courier New" color="#a31515" size="2"&gt;&amp;quot;content-disposition&amp;quot;&lt;/font&gt;&lt;font face="Courier New" size="2"&gt;, attachment);&lt;/font&gt;&lt;/font&gt;&lt;font face="Courier New" size="2"&gt; 
&lt;p&gt;Response.ContentType = &lt;/font&gt;&lt;font face="Courier New" color="#a31515" size="2"&gt;&amp;quot;application/vnd.ms-excel&amp;quot;&lt;/font&gt;&lt;font face="Courier New" size="2"&gt;;&lt;/p&gt;&lt;/font&gt;&lt;font face="Courier New" color="#2b91af" size="2"&gt;StringWriter&lt;/font&gt;&lt;font face="Courier New" size="2"&gt; sw = &lt;/font&gt;&lt;font face="Courier New" color="#0000ff" size="2"&gt;new&lt;/font&gt;&lt;font face="Courier New" size="2"&gt; &lt;/font&gt;&lt;font face="Courier New" color="#2b91af" size="2"&gt;StringWriter&lt;/font&gt;&lt;font face="Courier New" size="2"&gt;();&lt;/font&gt;&lt;/font&gt;&lt;font face="Courier New" size="2"&gt;&lt;/font&gt;&lt;font face="Courier New" color="#2b91af" size="2"&gt;HtmlTextWriter&lt;/font&gt;&lt;font face="Courier New" size="2"&gt; htw = &lt;/font&gt;&lt;font face="Courier New" color="#0000ff" size="2"&gt;new&lt;/font&gt;&lt;font face="Courier New" size="2"&gt; &lt;/font&gt;&lt;font face="Courier New" color="#2b91af" size="2"&gt;HtmlTextWriter&lt;/font&gt;&lt;font face="Courier New" size="2"&gt;(sw);&lt;/font&gt;&lt;/font&gt;&lt;font face="Courier New" size="2"&gt; 
&lt;p&gt;grvRequestors.RenderControl(htw);&lt;/p&gt;
&lt;p&gt;Response.Write(sw.ToString());&lt;/p&gt;
&lt;p&gt;Response.End();&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;App B (download a file whose content is stored as binary in SQL)&lt;/p&gt;
&lt;p&gt;When users clicks to download:&lt;/p&gt;
&lt;p&gt;Response.Redirect(&amp;quot;./downloadFile.aspx&amp;quot;)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;in downloadFile.aspx &lt;/p&gt;
&lt;p&gt;Response.AddHeader(&amp;quot;Content-disposition&amp;quot;, &amp;quot;attachment;filename=&amp;quot; &amp;amp; dsAttachments.Tables(0).Rows(0)(&amp;quot;FileName&amp;quot;))&lt;/p&gt;
&lt;p&gt;Response.ContentType = dsAttachments.Tables(0).Rows(0)(&amp;quot;FileType&amp;quot;)&lt;/p&gt;
&lt;p&gt;Response.BinaryWrite(dsAttachments.Tables(0).Rows(0)(&amp;quot;Attachment&amp;quot;)) &amp;#39;content&lt;/p&gt;
&lt;p&gt;Response.Flush()&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/font&gt;</description></item><item><title>Re: Problems in Exporting to Excel 2007</title><link>http://forums.asp.net/thread/2291718.aspx</link><pubDate>Fri, 11 Apr 2008 12:25:19 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2291718</guid><dc:creator>karyani</dc:creator><author>karyani</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2291718.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=15&amp;PostID=2291718</wfw:commentRss><description>&lt;font face="Calibri" size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;font face="Calibri" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 10pt;"&gt;&lt;font face="Calibri" size="3"&gt;I solved this problem by storing in the database the file extension (&lt;em&gt;&lt;u&gt;&lt;font face="Courier New" size="2"&gt;FileExtension&lt;/font&gt;&lt;/u&gt;&lt;/em&gt; ) when it is uploaded.(&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&lt;/span&gt;.xlsx or .xls)&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 10pt;"&gt;&lt;font face="Calibri" size="3"&gt;Then when opening the file from the database I check the extension and use &lt;/font&gt;&lt;/p&gt;&lt;font face="Calibri" size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Courier New&amp;#39;;mso-no-proof:yes;"&gt;&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Response.ContentType = &lt;span style="COLOR:#a31515;"&gt;&amp;quot;application/vnd.ms-excel&amp;quot;&lt;/span&gt;;&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Courier New&amp;#39;;mso-no-proof:yes;"&gt;&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Response.AppendHeader(&lt;span style="COLOR:#a31515;"&gt;&amp;quot;Content-disposition&amp;quot;&lt;/span&gt;, &lt;span style="COLOR:#a31515;"&gt;&amp;quot;attachment; filename=”&lt;/span&gt; + &lt;i style="mso-bidi-font-style:normal;"&gt;&lt;u&gt;name + FileExtension&lt;/u&gt;&lt;/i&gt;);&lt;/span&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 10pt;"&gt;&lt;span style="FONT-SIZE:10pt;LINE-HEIGHT:115%;FONT-FAMILY:&amp;#39;Courier New&amp;#39;;mso-no-proof:yes;"&gt;&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Response.BinaryWrite(&lt;i style="mso-bidi-font-style:normal;"&gt;&lt;u&gt;the binary file&lt;/u&gt;&lt;/i&gt;);&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Problems in Exporting to Excel 2007</title><link>http://forums.asp.net/thread/2265900.aspx</link><pubDate>Mon, 31 Mar 2008 10:22:40 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2265900</guid><dc:creator>jobejufranz</dc:creator><author>jobejufranz</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2265900.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=15&amp;PostID=2265900</wfw:commentRss><description>&lt;p&gt;Hi Guys,&lt;/p&gt;
&lt;p&gt;Please refer to &lt;a href="http://forums.asp.net/p/1101709/2265897.aspx#2265897"&gt;http://forums.asp.net/p/1101709/2265897.aspx#2265897&lt;/a&gt;&amp;nbsp;as it may help you.&lt;/p&gt;</description></item><item><title>Re: Problems in Exporting to Excel 2007</title><link>http://forums.asp.net/thread/2260293.aspx</link><pubDate>Thu, 27 Mar 2008 20:24:03 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2260293</guid><dc:creator>Nachos</dc:creator><author>Nachos</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2260293.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=15&amp;PostID=2260293</wfw:commentRss><description>&lt;p&gt;Same problem.&lt;/p&gt;</description></item><item><title>Re: Problems in Exporting to Excel 2007</title><link>http://forums.asp.net/thread/2197999.aspx</link><pubDate>Wed, 27 Feb 2008 05:04:46 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2197999</guid><dc:creator>swathi556</dc:creator><author>swathi556</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2197999.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=15&amp;PostID=2197999</wfw:commentRss><description>&lt;p&gt;I have same problem...any solution?&lt;/p&gt;</description></item><item><title>Re: Problems in Exporting to Excel 2007</title><link>http://forums.asp.net/thread/2158114.aspx</link><pubDate>Thu, 07 Feb 2008 02:32:36 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2158114</guid><dc:creator>ageuni</dc:creator><author>ageuni</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2158114.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=15&amp;PostID=2158114</wfw:commentRss><description>&lt;p&gt;I am also having the same problem...any solutions floating around out there?&lt;/p&gt;</description></item><item><title>Re: Problems in Exporting to Excel 2007</title><link>http://forums.asp.net/thread/2146156.aspx</link><pubDate>Thu, 31 Jan 2008 19:47:19 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2146156</guid><dc:creator>dclash</dc:creator><author>dclash</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2146156.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=15&amp;PostID=2146156</wfw:commentRss><description>&lt;p&gt;Has anyone resolved this issue?&amp;nbsp; I am having the same problem.&lt;/p&gt;</description></item><item><title>Re: Problems in Exporting to Excel 2007</title><link>http://forums.asp.net/thread/2014446.aspx</link><pubDate>Mon, 19 Nov 2007 14:20:41 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2014446</guid><dc:creator>TonySmith-Brewster</dc:creator><author>TonySmith-Brewster</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2014446.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=15&amp;PostID=2014446</wfw:commentRss><description>&lt;p&gt;I am also having the same problem, it seems that we are not alone with this issue either.&amp;nbsp; I have browsed the web for a few days but to no avail.&amp;nbsp; I set up an xml filestream from an aspx page, it works fine in Excel 2003 but not in 2007.&amp;nbsp; I do not believe that this problem will ever be resolved for Excel 2007. Regards&amp;nbsp;TSB.&lt;/p&gt;</description></item></channel></rss>