﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebGrid Enterprise - Export to excel issue - text in a column split into an extra row</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Export-to-excel-issue---text-in-a-column-split-into-an-extra-row/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Export to excel issue - text in a column split into an extra row</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Export-to-excel-issue---text-in-a-column-split-into-an-extra-row/</link><pubDate>Wed, 24 Feb 2010 09:46:41 GMT</pubDate><dc:creator>jeffqi</dc:creator><description>&lt;p&gt;Add whitespace to column caption does address the issue.  I also tried to set column width during Export event but that seems doesn't help. This sounds like a bug of WebGrid export function.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Thanks for your help Glenn!&lt;/p&gt;</description></item><item><title>Export to excel issue - text in a column split into an extra row</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Export-to-excel-issue---text-in-a-column-split-into-an-extra-row/</link><pubDate>Tue, 23 Feb 2010 23:22:28 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;This issue occurs because the generated Excel report Price column width is not wide enough to support the data format. A workaround for this issue would be to add some whitespace to the Price column caption during Export server side event so the column width in the Excel will be wider. Here is the snippet:&lt;/p&gt;&lt;pre&gt;protected void wgTest_Export(object sender, ISNet.WebUI.WebGrid.ExportEventArgs e)&lt;br /&gt;{&lt;br /&gt;    e.Table.Columns.GetNamedItem("Price").Caption = "Price     ";&lt;br /&gt;}&lt;/pre&gt;</description></item><item><title>Export to excel issue - text in a column split into an extra row</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Export-to-excel-issue---text-in-a-column-split-into-an-extra-row/</link><pubDate>Tue, 23 Feb 2010 11:49:30 GMT</pubDate><dc:creator>jeffqi</dc:creator><description>&lt;p&gt;When using WebGrid's export to excel function, sometimes the text in a column is split into two parts,  an extra row is created in excel, the second part of the split text is put in the extra row. I attached a screenshot of the exported excel file that having extra rows.&lt;/p&gt;
&lt;p&gt;The &lt;span style="font-size: 13px"&gt;DataFormatString&amp;nbsp;applied to the affected column is&amp;nbsp;&lt;/span&gt;&lt;span style="font-size: 13px; color: #a31515"&gt;&lt;span style="font-size: 13px; color: #a31515"&gt;"#,##0.0000"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Does anybody know how to fix this issue?&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;p&gt;Jeff&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description></item></channel></rss>