I have a requirement in Java (Spring) to read data from an Excel spreadsheet and store it in MySQL database. More specifically, I have to read one row of data from an Excel spreadsheet every 5 minutes and store it to a MySQL database.
Can anyone help me how to do this?