aspose file tools
The moose likes Java in General and the fly likes how To compare to excel Files using java Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "how To compare to excel Files using java" Watch "how To compare to excel Files using java" New topic
Author

how To compare to excel Files using java

anilellendula kumar
Ranch Hand

Joined: Jul 12, 2005
Posts: 43
Hi All,


How To comapre two Excel sheets using java and difference of two excel sheets should write in log file where the difference in the two file


i.e log file contains the difference of two excel , want which API supports these comparison and wat is the process to compare
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56168
    
  13

Not a JSP question, so moving off to Java in General (intermediate).


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Layne Lund
Ranch Hand

Joined: Dec 06, 2001
Posts: 3061
I don't think Java is the right tool for such a job. If you have a small number of files to compare, you should be able to do this in Excel itself. If you have a large number of files, or you just want to automate it, VB or VBA would probably be much more suited to the task since they integrate well with Excel.

Layne


Java API Documentation
The Java Tutorial
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35224
    
    7
Jakarta POI is an excellent library that makes it easy to read and write Excel files (amongst other formats).


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: how To compare to excel Files using java
 
Similar Threads
How To Comapre To Excelsheet
How To comapre Two Excel Using Java
How To compare two excel files using java
How To compare two excel sheets using java
JAVAEXCEL