Perspective table data entry

Hi all, looking for some advice on designing a view for data entry to be used to insert values into an SQL table. I would like to have a similar grid to an excel table or similar experience.

What is the recommendation? A table component with the editable columns enabled or a flex repeater?

I use a table for this. you can add buttons to add rows, delete rows, then edit the cells as needed. Once the data is ready, loop over the table data and insert into the DB table.