<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Code Tips</title>
    <link>http://www.tipsabc.com/108/section-Code-Tips/Code-Tips.aspx</link>
    <description>Code Tips</description>
    <language>en-US</language>
    <pubDate>Thu, 20 Nov 2008 22:16:53 GMT</pubDate>
    <lastBuildDate>Thu, 20 Nov 2008 22:16:53 GMT</lastBuildDate>
    <generator>Cuyahoga Website Framework</generator>
    <ttl>60</ttl>
    <item>
      <title>Export dataset into Excel with unicode support using xml</title>
      <link>http://www.tipsabc.com/108/section-Code-Tips/Code-Tips.aspx/461</link>
      <description>I want to export dataset data into excel with number, date format support, but I do not want to install Excel in my server. I donot have the licences. here is the code for you. the following code use xml to handle the excel. Imports Microsoft.VisualBasic Imports System.Data Imports System.IO Public Class WorkBookEngine &amp;nbsp;&amp;nbsp;&amp;nbsp; Public Sub CreateWorkbook(ByVal dt As DataTable, ByVal Filename As String) &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;...</description>
      <dc:creator>FengLiN</dc:creator>
      <pubDate>Mon, 31 Dec 2007 03:16:00 GMT</pubDate>
      <category>Excel Tips</category>
    </item>
    <item>
      <title>Import into Excel using CSV File having Unicode Data Options </title>
      <link>http://www.tipsabc.com/108/section-Code-Tips/Code-Tips.aspx/396</link>
      <description>I am facing a small prblem with Excel and Unicode Data. I am writing data into a CSV file from the database with VB.NET using a Stream Writer object with UTF8 Encoding. This data is Unicode data with Chinese characters with UTF8 encoding. When I open it in Excel (office XP) it does not show the Chinese characters properly, they are converted into ASCII Characters.</description>
      <dc:creator>FengLiN</dc:creator>
      <pubDate>Tue, 11 Dec 2007 09:17:00 GMT</pubDate>
      <category>.Net</category>
    </item>
    <item>
      <title>Export CSV with unicode content </title>
      <link>http://www.tipsabc.com/108/section-Code-Tips/Code-Tips.aspx/395</link>
      <description>You've got an encoding issue. The default encoding for StreamWriter is UTF8NoBOM. That encoding should properly encode Unicode characters. Your problem is likely located in the app you use to read the file. Maybe you can egg it into interpreting the file properly if it contains a BOM (byte order mark). Construct it like this: &lt;br /&gt;
&lt;br /&gt;
new System.IO.StreamWriter(fileName, Encoding.UTF8);</description>
      <dc:creator>FengLiN</dc:creator>
      <pubDate>Tue, 11 Dec 2007 07:49:00 GMT</pubDate>
      <category>.Net</category>
    </item>
  </channel>
</rss>