0

I suppose to insert the excel sheet data into database using spring boot but i don't know how mainly i'm not gonna insert all the columns from the excel file ,only the columns i need to use. I don't know how to start .So can anyone help me please?

user13031827
  • 77
  • 1
  • 8

1 Answers1

1

Use POI library to read Data and dump it to DB through a connection. Refer to this link.