<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Live with Dot Net &#187; excel</title>
	<atom:link href="http://www.livewithdotnet.com/tag/excel/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.livewithdotnet.com</link>
	<description>Just another Programming weblog</description>
	<lastBuildDate>Sat, 24 Jul 2010 18:59:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Converting DataTable into CSV format</title>
		<link>http://www.livewithdotnet.com/converting-datatable-into-csv-format/</link>
		<comments>http://www.livewithdotnet.com/converting-datatable-into-csv-format/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 15:06:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C Sharp .Net]]></category>
		<category><![CDATA[convert data table]]></category>
		<category><![CDATA[Converting DataTable into CSV format]]></category>
		<category><![CDATA[csv]]></category>
		<category><![CDATA[DataTable into CSV]]></category>
		<category><![CDATA[DataTable into excel]]></category>
		<category><![CDATA[excel]]></category>

		<guid isPermaLink="false">http://www.livewithdotnet.com/?p=5</guid>
		<description><![CDATA[The below code will help in converting the datatable into CSV foramat, which can be opened in MS Excel. This task is essential when you want to mail tabular data as attachment to your receipent. And especially whcn you don't have MS Excel installed in your server.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
 public static void SaveDataTableToCsvFile&#40;string AbsolutePathAndFileName, DataTable TheDataTable, params [...]]]></description>
		<wfw:commentRss>http://www.livewithdotnet.com/converting-datatable-into-csv-format/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
