I've been having some issues with trying to populate a JTable with an excel spreadsheet. I'm attempting to create a database with information storing participant details, so I'm collecting their information through a Google Form and exporting the results into an Excel spreadsheet. After that, I want to get that excel spreadsheet into a JTable.
Everything I've tried either doesn't work, I don't truly understand what to do or all the sources on the topic are for NetBeans, while I'm using eclipse.
I need to complete this assessment for Monday (it's Saturday right now) and could really use some help!