How to copy 1 excel data in other in java?

Onio4yas

Distinguished
Dec 6, 2011
45
0
18,590
Hello,
Can any one help me how to copy one excel data to another excel in the java code.
Thanx in advance. :bounce:
 
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.