<?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>Mariush T. - Flex Developer, Blogger &#187; DataGrid</title>
	<atom:link href="http://mariusht.com/blog/tag/datagrid/feed/" rel="self" type="application/rss+xml" />
	<link>http://mariusht.com/blog</link>
	<description>A blog about Flex Development.</description>
	<lastBuildDate>Tue, 11 Oct 2011 08:56:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Export Data to Excel File</title>
		<link>http://mariusht.com/blog/2010/01/21/export-data-to-excel-file/</link>
		<comments>http://mariusht.com/blog/2010/01/21/export-data-to-excel-file/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 16:40:07 +0000</pubDate>
		<dc:creator>Mariush T.</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[as3xls]]></category>
		<category><![CDATA[DataGrid]]></category>
		<category><![CDATA[FileReference]]></category>
		<category><![CDATA[Flex 4]]></category>

		<guid isPermaLink="false">http://mariusht.com/blog/?p=1813</guid>
		<description><![CDATA[In this example i want to show you how to write data to Excel file from a Flex application. I use as3xls library and FileReference.save() method in Flash Player 10.



]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="border: 1px solid black;" src="http://mariusht.com/files/blog/save_as_xls/saveAsXls.jpg" alt="" width="135" height="120" />In this example i want to show you how to write data to Excel file from a Flex application. I use <a href="http://code.google.com/p/as3xls/">as3xls</a> library and FileReference.save() method in Flash Player 10.
<div style="float: right; margin: 45px 0 15px 5px;">
<input class="btn" type="button" value="View Demo" onClick="window.open('http://mariusht.com/files/blog/save_as_xls/bin-release/')"/>
<input class="btn" type="button" value="View Source" onClick="window.open('http://mariusht.com/files/blog/save_as_xls/bin-release/srcview/')"/></div>
]]></content:encoded>
			<wfw:commentRss>http://mariusht.com/blog/2010/01/21/export-data-to-excel-file/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
	</channel>
</rss>

