<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Much better way of producing CSV (Excel) Files from ADF WebApplications</title>
	<atom:link href="http://technology.amis.nl/2005/04/17/much-better-way-of-producing-csv-excel-files-from-adf-webapplications/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2005/04/17/much-better-way-of-producing-csv-excel-files-from-adf-webapplications/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=much-better-way-of-producing-csv-excel-files-from-adf-webapplications</link>
	<description></description>
	<lastBuildDate>Fri, 12 Apr 2013 10:04:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: nagaraju</title>
		<link>http://technology.amis.nl/2005/04/17/much-better-way-of-producing-csv-excel-files-from-adf-webapplications/#comment-2078</link>
		<dc:creator>nagaraju</dc:creator>
		<pubDate>Tue, 20 Dec 2005 06:58:14 +0000</pubDate>
		<guid isPermaLink="false">/?p=519#comment-2078</guid>
		<description><![CDATA[hi all

          i need solution
            how to  set the source for iframe for a excel sheet .
                just i give source as http://systemno:8080/webapps/temp/example/xls
               is there any possiability or not .
               if iam giving like this excel sheet will opening in other formate in iframe
please give me the solution for that one.]]></description>
		<content:encoded><![CDATA[<p>hi all</p>
<p>          i need solution<br />
            how to  set the source for iframe for a excel sheet .<br />
                just i give source as <a href="http://systemno:8080/webapps/temp/example/xls" rel="nofollow">http://systemno:8080/webapps/temp/example/xls</a><br />
               is there any possiability or not .<br />
               if iam giving like this excel sheet will opening in other formate in iframe<br />
please give me the solution for that one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geetha</title>
		<link>http://technology.amis.nl/2005/04/17/much-better-way-of-producing-csv-excel-files-from-adf-webapplications/#comment-2077</link>
		<dc:creator>Geetha</dc:creator>
		<pubDate>Sat, 29 Oct 2005 13:17:22 +0000</pubDate>
		<guid isPermaLink="false">/?p=519#comment-2077</guid>
		<description><![CDATA[Hi,
I&#039;m currently developing a similar kinda appln. wherein I have to download certain things in a csv file.
The requirement is that the downloaded file should open with a unique file name
which would be system generated. But If say
&lt; % response.setHeader(&quot;Content-disposition&quot;,&quot;attachment; filename=&quot; + generatedfilename); %&gt;
its appearing as generatedfile 1.csv.
Can anyone tell me how to remove the trailing 1 in the filename?
Also If I have a data that has leading zeros , in the csv sheet thats appearing without zero&#039;s
eg . Data 0002277018 is appearing 2277018 only.
Please give a solutin for these problems asap. I&#039;m urgently in need of these]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;m currently developing a similar kinda appln. wherein I have to download certain things in a csv file.<br />
The requirement is that the downloaded file should open with a unique file name<br />
which would be system generated. But If say<br />
< % response.setHeader("Content-disposition","attachment; filename=" + generatedfilename); %><br />
its appearing as generatedfile 1.csv.<br />
Can anyone tell me how to remove the trailing 1 in the filename?<br />
Also If I have a data that has leading zeros , in the csv sheet thats appearing without zero&#8217;s<br />
eg . Data 0002277018 is appearing 2277018 only.<br />
Please give a solutin for these problems asap. I&#8217;m urgently in need of these</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sekhar</title>
		<link>http://technology.amis.nl/2005/04/17/much-better-way-of-producing-csv-excel-files-from-adf-webapplications/#comment-2076</link>
		<dc:creator>Sekhar</dc:creator>
		<pubDate>Fri, 12 Aug 2005 16:43:50 +0000</pubDate>
		<guid isPermaLink="false">/?p=519#comment-2076</guid>
		<description><![CDATA[Hi, I found this topic very usefule and was able to generate CSV file.Thanks a lot for this topic.But My application is BC4J JSP,could you please tell me how can I acheive this in BC4J JSP.
Thanks Again
S]]></description>
		<content:encoded><![CDATA[<p>Hi, I found this topic very usefule and was able to generate CSV file.Thanks a lot for this topic.But My application is BC4J JSP,could you please tell me how can I acheive this in BC4J JSP.<br />
Thanks Again<br />
S</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick Dijkshoorn</title>
		<link>http://technology.amis.nl/2005/04/17/much-better-way-of-producing-csv-excel-files-from-adf-webapplications/#comment-2075</link>
		<dc:creator>Dick Dijkshoorn</dc:creator>
		<pubDate>Fri, 01 Jul 2005 11:50:50 +0000</pubDate>
		<guid isPermaLink="false">/?p=519#comment-2075</guid>
		<description><![CDATA[You could also create a &#039;real&#039; excel sheet by only replacing this in your original jsp:

&lt; %@ taglib uri=&quot;http://java.sun.com/jstl/core&quot; prefix=&quot;c&quot;%&gt;&lt; %@ taglib uri=&quot;http://java.sun.com/jstl/xml&quot; prefix=&quot;x&quot;%&gt;&lt; %@ taglib uri=&quot;/WEB-INF/struts-html.tld&quot; prefix=&quot;html&quot;%&gt;
&lt; %@ page contentType=&quot;application/vnd.ms-excel&quot; %&gt;&lt; % response.setHeader(&quot;Content-disposition&quot;,&quot;attachment; filename=&quot; + &quot;employees.xsl&quot;); %&gt;

Note: thus make the file name : employees.xsl instead of employees.csv.

And do not remove the html tags.

If you run the jsp page you will get a &#039;real&#039; excel file.]]></description>
		<content:encoded><![CDATA[<p>You could also create a &#8216;real&#8217; excel sheet by only replacing this in your original jsp:</p>
<p>< %@ taglib uri="http://java.sun.com/jstl/core" prefix="c"%>< %@ taglib uri="http://java.sun.com/jstl/xml" prefix="x"%>< %@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%><br />
< %@ page contentType="application/vnd.ms-excel" %>< % response.setHeader("Content-disposition","attachment; filename=" + "employees.xsl"); %></p>
<p>Note: thus make the file name : employees.xsl instead of employees.csv.</p>
<p>And do not remove the html tags.</p>
<p>If you run the jsp page you will get a &#8216;real&#8217; excel file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wouter van Reeven</title>
		<link>http://technology.amis.nl/2005/04/17/much-better-way-of-producing-csv-excel-files-from-adf-webapplications/#comment-2074</link>
		<dc:creator>Wouter van Reeven</dc:creator>
		<pubDate>Thu, 21 Apr 2005 09:16:43 +0000</pubDate>
		<guid isPermaLink="false">/?p=519#comment-2074</guid>
		<description><![CDATA[After having tried this, I have two comments:

1) In the &quot;The ViewController project&quot; section, make sure to drag and drop - from the DataControl palette - the EmpView data control that is nested in the DeptView data control. In my case this is EmpView3 and not EmpView1.

2) In the code that needs to be replaced, make sure to refer to the same EmpView data control  as the one that is dragged and dropped onto the JSP page. Again, in my case this has to be EmpView3 and NOT EmpView2 as mentioned in the example code. Are you sure you included EmpView2 and not EmpView1?

After this, the code runs correctly.]]></description>
		<content:encoded><![CDATA[<p>After having tried this, I have two comments:</p>
<p>1) In the &#8220;The ViewController project&#8221; section, make sure to drag and drop &#8211; from the DataControl palette &#8211; the EmpView data control that is nested in the DeptView data control. In my case this is EmpView3 and not EmpView1.</p>
<p>2) In the code that needs to be replaced, make sure to refer to the same EmpView data control  as the one that is dragged and dropped onto the JSP page. Again, in my case this has to be EmpView3 and NOT EmpView2 as mentioned in the example code. Are you sure you included EmpView2 and not EmpView1?</p>
<p>After this, the code runs correctly.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
