Prasad Prasada

Greenhorn
+ Follow
since Nov 26, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Prasad Prasada

Is there any tool for Java Script debugging in IE 6.. Please let me know
Please let me know the alternative solution for this.
14 years ago
JSP
Hi,

i have only one line in the jsp, which writes the comma separated values using Expression Language.
The headers are set to appropriate values in java file.

Code in jsp: ${excelFile.csvtext}
14 years ago
JSP
I am not using any API(like Apache POI) to populate the data into excel sheet. I am just using Expression language to populate the contents of excel sheet.
14 years ago
JSP
I am trying to export some contents to an excel file, from a jsp file using websphere server. All the contents are getting exported successfully, as it is, but the the contents in the first cell has lot of empty spaces appended before it. I have set the Cache-Control to "no-transform". I am using websphere server. Please let me know if you know a solution to remove the unncessary spaces.
14 years ago
JSP