<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Excel file generation made easy(er)</title>
	<link>http://en.newinstance.it/2006/11/03/excel-file-generation-made-easyer/</link>
	<description>A tech blog by Luigi R. Viggiano</description>
	<pubDate>Wed, 10 Mar 2010 04:42:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.3</generator>

	<item>
		<title>by: Malcolm</title>
		<link>http://en.newinstance.it/2006/11/03/excel-file-generation-made-easyer/#comment-87673</link>
		<pubDate>Tue, 06 Nov 2007 21:46:24 +0000</pubDate>
		<guid>http://en.newinstance.it/2006/11/03/excel-file-generation-made-easyer/#comment-87673</guid>
					<description>This is a good method but note Excel 2007 will show a warning when opening the file that the file is 'not in the expected format' if the user agress to open the file it will still open normally.</description>
		<content:encoded><![CDATA[<p>This is a good method but note Excel 2007 will show a warning when opening the file that the file is &#8216;not in the expected format&#8217; if the user agress to open the file it will still open normally.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: MSWord generation made easy(er) - NewInstance</title>
		<link>http://en.newinstance.it/2006/11/03/excel-file-generation-made-easyer/#comment-25417</link>
		<pubDate>Fri, 23 Mar 2007 15:32:33 +0000</pubDate>
		<guid>http://en.newinstance.it/2006/11/03/excel-file-generation-made-easyer/#comment-25417</guid>
					<description>[...] But, Microsoft Word file format is not public, and generating such kind of file from Java is not that easy. There are libraries, like jakarta POI, but they are quite complex, and limited; and generating a print layout using those Java API could become a nightmare. The solution, as for the excel example, is to create a textual format from a word document, that can be easily manipulated: RTF. RTF, as msword, supports textfields that can be referenced by bookmarks and can be filled modifying the content of the file. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] But, Microsoft Word file format is not public, and generating such kind of file from Java is not that easy. There are libraries, like jakarta POI, but they are quite complex, and limited; and generating a print layout using those Java API could become a nightmare. The solution, as for the excel example, is to create a textual format from a word document, that can be easily manipulated: RTF. RTF, as msword, supports textfields that can be referenced by bookmarks and can be filled modifying the content of the file. [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Luigi</title>
		<link>http://en.newinstance.it/2006/11/03/excel-file-generation-made-easyer/#comment-9197</link>
		<pubDate>Wed, 31 Jan 2007 10:48:43 +0000</pubDate>
		<guid>http://en.newinstance.it/2006/11/03/excel-file-generation-made-easyer/#comment-9197</guid>
					<description>Try downloading and deploying the &lt;a href=&quot;http://it.newinstance.it/wp-content/uploads/2006/11/xls-sample.zip&quot; rel=&quot;nofollow&quot; rel=&quot;nofollow&quot;&gt;demo webapp&lt;/a&gt;, and see yourself how easy it is.

I would use POI if it is needed to import excel files, as POI is able also to read excel files. I found that reading excel is tricky also with POI, so better to not use excel at all for importing data.</description>
		<content:encoded><![CDATA[<p>Try downloading and deploying the <a href="http://it.newinstance.it/wp-content/uploads/2006/11/xls-sample.zip" rel="nofollow" rel="nofollow">demo webapp</a>, and see yourself how easy it is.</p>
<p>I would use POI if it is needed to import excel files, as POI is able also to read excel files. I found that reading excel is tricky also with POI, so better to not use excel at all for importing data.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Pedro</title>
		<link>http://en.newinstance.it/2006/11/03/excel-file-generation-made-easyer/#comment-8976</link>
		<pubDate>Tue, 30 Jan 2007 16:19:47 +0000</pubDate>
		<guid>http://en.newinstance.it/2006/11/03/excel-file-generation-made-easyer/#comment-8976</guid>
					<description>I don't try it yet, but i'll try on my job... I do a single question? if it is so easy do this conversion why may I use POI???</description>
		<content:encoded><![CDATA[<p>I don&#8217;t try it yet, but i&#8217;ll try on my job&#8230; I do a single question? if it is so easy do this conversion why may I use POI???
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
