<?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>franto.com &#187; Excel</title>
	<atom:link href="http://franto.com/tag/excel/feed/" rel="self" type="application/rss+xml" />
	<link>http://franto.com</link>
	<description></description>
	<lastBuildDate>Tue, 23 Aug 2011 10:29:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Generating .xls Excel file &#8211; part I.</title>
		<link>http://franto.com/generating-xls-excel-file-part-i/</link>
		<comments>http://franto.com/generating-xls-excel-file-part-i/#comments</comments>
		<pubDate>Sun, 03 Aug 2008 10:20:58 +0000</pubDate>
		<dc:creator>Franto</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.franto.com/?p=493</guid>
		<description><![CDATA[In my latest project I need generate Excel .xls file from Flex. Because in Flex or Flash there is no support for such generation, I&#8217;ve to do it manually and I want to share this knowledge with all of you in this new tutorial serie. Because content of Excel file can vary this will be [...]]]></description>
			<content:encoded><![CDATA[<div class="TweetButton_button" style="float: right; margin-left: 10px;;height:20px;margin-bottom:5px;"><a href="http://twitter.com/share?url=http%3A%2F%2Ffranto.com%2Fgenerating-xls-excel-file-part-i%2F&amp;text=Generating .xls Excel file &#8211; part I.&amp;count=vertical&amp;lang=en&amp;related=ActionScript,Excel,Flex"><img src="http://franto.com/blog2/wp-content/plugins/tweetbutton-for-wordpress/images/tweet.png" style="border:none" /></a></div>
<p>In my latest project I need generate Excel .xls file from <strong>Flex</strong>. Because in <strong>Flex</strong> or <strong>Flash</strong> there is no support for such generation, I&#8217;ve to do it manually and I want to share this knowledge with all of you in this <strong>new tutorial serie</strong>. Because content of Excel file can vary this will be serie of posts. And this information is for all developers not only for Flash or Flex coders, because this is general information about generating .xls Excel file, only some parts can contain some ActionScript code.</p>
<h3>Different ways of generating .xls file</h3>
<p>There is many ways for generating .xls file, I will not write about all ways, just about ways, which were suitable for my <strong>Flex project</strong>. As probably all of you know .xls is binary file, but it&#8217;s not always true. I will write about this later.</p>
<h3>How to start with generating .xls Excel file</h3>
<p>Maybe best thing at the start is make test .xls file and save it and look at source code. As I told .xls has binary data format, but you have possibilities to save file as Webpage or XML file, and that&#8217;s what we want. So we got 2 text formats available:</p>
<ul>
<li><strong>HTML</strong></li>
<li><strong>XML</strong></li>
</ul>
<p>So <strong>SUPER SECRET</strong> is simple:</p>
<h2 class="redColor ">Save your html or xml file as .xls file &#8211; Excel will do the rest.</h2>
<p></p>
<p>In next part I will show you some simple generation of .xls Ecel file with some styling. Stay tuned and subcribe to my <a href="http://feeds.feedburner.com/franto">RSS Feed</a> or <a href="http://twitter.com/franto">Follow me at Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://franto.com/generating-xls-excel-file-part-i/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

