Report Excel Sheet some Problem

Hi

I created report in excel in java program using jxl.jar file

my program fetches all the data from the database

and keep the record in a list.

i take a linkedlist ..

on running the program in servlet i can get the size by the code (list.size())

but in the excel sheet, it shows half of the record

why,,

can any one help me out.

getting response as early is my good luck

[432 byte] By [Harikesha] at [2007-10-3 0:29:24]
# 1

hey if your reqeuire ment to print the out put in the excel format and your using servlet

just use response.setContentType( "SOME EXCEL \\check out the contet tyope");

and if not ur using some java class Make sure that u r propertly writing the code to read the file and Write , i think that is where u r making mistake i guess

hope this info is useful to u

Sambarapua at 2007-7-14 17:22:23 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...