I have a program that has several buttons on it. I want each button to display a different Excel file. Is there anyway to make the excel file display in a JFrame when the button is clicked. Any help would be appreciated. Thank you.
Printable View
I have a program that has several buttons on it. I want each button to display a different Excel file. Is there anyway to make the excel file display in a JFrame when the button is clicked. Any help would be appreciated. Thank you.
Your question title doesn't match with the message body :D
Back to the question, you can use Apache POI for instance to read the Excel file content, it can help you to extract the sheet information and displayed it with JTable maybe?