I am not sure how to go about with the task. so i'll just elaborate the things i need/want in this scenario..
I want to search a record in the excel sheet based on some criteria( 4 criteria specified)
so based on it i may find 4 to 5 records matching the criteria. I want to display these records row by row in the search window itself ( like adding a excel object if i'm not wrong)
Then when i click a particular record from the search result in the search window, the complete details of tat record should be displayed in the main screen (i.e it should retrieve the entire record from excel sheet into the GUI console.)
This is the task. Any idea how to do it? If the excel rows can be added as excel object, then how do i do it? any tutorials..suggestion would be very helpful.
By the way iam using java swing and excel sheet as backend.