nagavenkata prasadch

Greenhorn
+ Follow
since Apr 21, 2006
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 nagavenkata prasadch

Requirements:
1) Read data from Excel File : Suppose the File contains: Empnumber, Empname, and Salary columuns.. There will be thousands of rows.

-> we have to read data from Excel file and validate the data( i.e, the Empnumber must be varchar, Empname must be character, and Salary must be numeric).
-> if the data is valid then store the data in the database table1.

-> if the data is not valid then find out the location of the invalid data with index number and the column which is invalid and store the invalid data with index number in a database table2.

This can be done using servlets,jsp,javascript


Expecting a reply soon from all of you guys.. I will be thankful to all of you if you give me a solution..
Hi All,

Can any one help me to write the functionality for Upload/Download of Files in java. It must be done using servlets, jsp, xml.
17 years ago