I am able to read in and edit values of a spreadsheet that is already saved in the correct location for eclipse.
However I'd like the user to be able to click a button on the front end of my application and then be able to search for a valid excel file stored on their computer which they can then import into the application so that my application perform operations on the data. Similarly I'd like them to be able to export an excel spreadsheet template from my application.
JTable only seems to be for displaying data in a table format not actually importing/exporting.
Is this possible with Swing and how do you do it? If this is asking too much of Swing are there any other UI toolkits that would also me to do this? (I am at the early stages of front end development and can still change)