aspose file tools
The moose likes Beginning Java and the fly likes Comparing two excel files Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Comparing two excel files" Watch "Comparing two excel files" New topic
Author

Comparing two excel files

siva kumarl
Greenhorn

Joined: Nov 29, 2008
Posts: 21
Hi Friends,

I need to compare the two excel sheets ,i.e.,i need to check row1 from sheet1 and row1 from sheet2 is equal or not.
kindly provide the details.


Thanks in Advacne
Siva kumar
Lester Burnham
Rancher

Joined: Oct 14, 2008
Posts: 1337
The Apache POI library can read XLS and XLSX file, and its web site contains numerous examples of how to use it.
 
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: Comparing two excel files
 
Similar Threads
JTable
Displaying Table
Import from and export to Excel
A little help
Read the particular row/record from Excel and output as HTML table