Onio4yas Distinguished Dec 6, 2011 45 0 18,590 Jan 7, 2012 #1 Hello, Can any one help me how to copy one excel data to another excel in the java code. Thanx in advance.
Hello, Can any one help me how to copy one excel data to another excel in the java code. Thanx in advance.
Rusting In Peace Distinguished Jul 2, 2009 312 0 19,060 Jan 8, 2012 #2 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. Upvote 0 Downvote
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.