<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.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>24/7/dev&amp;amp;coffee - All Comments</title><link>http://weblogs.asp.net/michu/default.aspx</link><description>simply me</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Debug Build: 20510.895)</generator><item><title>re: New blog in Polish language</title><link>http://weblogs.asp.net/michu/archive/2005/04/07/397506.aspx#7244955</link><pubDate>Mon, 02 Nov 2009 06:19:59 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7244955</guid><dc:creator>Jeremy</dc:creator><description>&lt;p&gt;My favourite way to revenge a girlfriend for cheating on me is to date with naughty escort girls from &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://www.baccaratgirls.com/&amp;quot;&amp;gt;London"&gt;www.baccaratgirls.com/&amp;quot;&amp;gt;London&lt;/a&gt; escort&amp;lt;/a&amp;gt;. That escort industry is greatly in demand in London.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7244955" width="1" height="1"&gt;</description></item><item><title>re: New blog in Polish language</title><link>http://weblogs.asp.net/michu/archive/2005/04/07/397506.aspx#7244851</link><pubDate>Mon, 02 Nov 2009 00:03:29 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7244851</guid><dc:creator>Steave</dc:creator><description>&lt;p&gt;By the way, the only way to secure yourself from spy gadgets and annoying calls is to use &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://www.jammer-store.com/&amp;quot;&amp;gt;Mobile"&gt;www.jammer-store.com/&amp;quot;&amp;gt;Mobile&lt;/a&gt; blocker&amp;lt;/a&amp;gt;. Block mobiles around you.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7244851" width="1" height="1"&gt;</description></item><item><title>re: Generating Excel files from web - line breaks in cells</title><link>http://weblogs.asp.net/michu/archive/2004/06/15/155851.aspx#7242795</link><pubDate>Thu, 29 Oct 2009 21:47:34 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7242795</guid><dc:creator>Eleon</dc:creator><description>&lt;p&gt;That saved me a lot of time :)&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7242795" width="1" height="1"&gt;</description></item><item><title>re: New blog in Polish language</title><link>http://weblogs.asp.net/michu/archive/2005/04/07/397506.aspx#7241392</link><pubDate>Wed, 28 Oct 2009 11:58:16 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7241392</guid><dc:creator>Marcus</dc:creator><description>&lt;p&gt;Interesting post as for me. It would be great to read more concerning this topic.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7241392" width="1" height="1"&gt;</description></item><item><title>re: Generating Excel files from web - line breaks in cells</title><link>http://weblogs.asp.net/michu/archive/2004/06/15/155851.aspx#7155149</link><pubDate>Mon, 27 Jul 2009 08:06:19 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7155149</guid><dc:creator>Red Cat</dc:creator><description>&lt;p&gt;@Bob McHenry and @Harry,&lt;/p&gt;
&lt;p&gt;If you used 'noWrap', it's possibly because of the 'noWrap'.&lt;/p&gt;
&lt;p&gt;This will produce cute little box or '?' :&lt;/p&gt;
&lt;p&gt;&amp;lt;TD noWrap&amp;gt;First inline row&amp;lt;BR style=&amp;quot;mso-data-placement: same-cell&amp;quot;&amp;gt;Second inline row&amp;lt;/TD&amp;gt;&lt;/p&gt;
&lt;p&gt;Remove the 'noWrap', it should solve the problem:&lt;/p&gt;
&lt;p&gt;&amp;lt;TD&amp;gt;First inline row&amp;lt;BR style=&amp;quot;mso-data-placement: same-cell&amp;quot;&amp;gt;Second inline row&amp;lt;/TD&amp;gt;&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7155149" width="1" height="1"&gt;</description></item><item><title>re: Generating Excel files from web - line breaks in cells</title><link>http://weblogs.asp.net/michu/archive/2004/06/15/155851.aspx#7116732</link><pubDate>Wed, 10 Jun 2009 22:44:24 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7116732</guid><dc:creator>midaliase</dc:creator><description>&lt;p&gt;hi, my problem is a different of this, well in the next part you wrote:&lt;/p&gt;
&lt;p&gt;If client has MS Excel installed, your output HTML page will be opened in it instead of web browser. Excel will interpret all formating (borders, fonts etc.) &lt;/p&gt;
&lt;p&gt;you said that get formated cell its possible but i've tried to put color in these cells and i couldn't yet&lt;/p&gt;
&lt;p&gt;with this:&lt;/p&gt;
&lt;p&gt;Response.Write(&amp;quot;&amp;lt;style&amp;gt;&amp;quot;);&lt;/p&gt;
&lt;p&gt;Response.Write(&amp;quot;.xl25 { WHITE-SPACE: normal; mso-number-format: \&amp;quot;mmm\\ d,\\ yyyy\&amp;quot; }&amp;quot;);&lt;/p&gt;
&lt;p&gt;Response.Write(&amp;quot;.head { BACKGROUND: #ccccff; COLOR: green}&amp;quot;);&lt;/p&gt;
&lt;p&gt;Response.Write(&amp;quot;&amp;lt;/style&amp;gt;&amp;quot;);&lt;/p&gt;
&lt;p&gt;Response.Write(&amp;quot;&amp;lt;/HEAD&amp;gt;&amp;quot;);&lt;/p&gt;
&lt;p&gt;but the text appears like without color.&lt;/p&gt;
&lt;p&gt;Do you know why?&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7116732" width="1" height="1"&gt;</description></item><item><title>re: New blog in Polish language</title><link>http://weblogs.asp.net/michu/archive/2005/04/07/397506.aspx#7086774</link><pubDate>Thu, 14 May 2009 12:32:39 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7086774</guid><dc:creator>nick_racdro</dc:creator><description>&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.message_relalre.com/"&gt;www.message_relalre.com&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7086774" width="1" height="1"&gt;</description></item><item><title>re: Generating Excel files from web - line breaks in cells</title><link>http://weblogs.asp.net/michu/archive/2004/06/15/155851.aspx#7024754</link><pubDate>Fri, 03 Apr 2009 20:53:13 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7024754</guid><dc:creator>Harry</dc:creator><description>&lt;p&gt;Bob, I get the exact same problem with a report I'm generating in Excel 2003 and 2007. When I convert a simplistic HTML table though everything works fine, which leads me to believe that the complexity of my report is causing this to happen.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7024754" width="1" height="1"&gt;</description></item><item><title>re: Generating Excel files from web - line breaks in cells</title><link>http://weblogs.asp.net/michu/archive/2004/06/15/155851.aspx#7024486</link><pubDate>Fri, 03 Apr 2009 16:17:45 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7024486</guid><dc:creator>Bob McHenry</dc:creator><description>&lt;p&gt;I have used this approach with Excel and found that it has worked well. &amp;nbsp;There seems to be a problem with this in the Office Excel 2007. &amp;nbsp;All I get is a box with a ? in it in place of the br {mso-data-placement:same-cell; &amp;nbsp;when you click on the box it preforms the function, but that is a pain for my users as there may be 1000 or more rows to click on. &amp;nbsp;It also prints the cute little boxes. &amp;nbsp;If anyone knows a solution the the new MS Excel formating please let me know. &amp;nbsp;My emai is rmchenry@charter.net&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7024486" width="1" height="1"&gt;</description></item><item><title>re: Some interview tips</title><link>http://weblogs.asp.net/michu/archive/2005/03/07/387672.aspx#6936146</link><pubDate>Tue, 03 Mar 2009 10:50:24 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6936146</guid><dc:creator>Interview Tips</dc:creator><description>&lt;p&gt;I like the information which you are providing to us in other words you are helping us for making a bright carrier and i hope you will keep this flow in the future also Thanks a lot.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6936146" width="1" height="1"&gt;</description></item></channel></rss>