You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
Hello,
Can any one help me how to copy one excel data to another excel in the java code.
Thanx in advance.

Not sure what you mean here exactly.
If it's copying the file then you can use standard file I/O.
Copying specific parts of the excel file will mean you'll need to use an external library like
JExcel.