Extracting Data from Multiple Dynamic Excel Sheets for DB

My use case is: I receive a dynamic Excel file from the user each time, with changing column names, different sheet numbers, and a large amount of data. I need to insert this data into the database and display it in the interface. I tried Excel-to-DB, but it doesn’t work dynamically. I also tried using AI to extract data from Excel, but I’m not able to extract all sheets dynamically. What should I try?

  Discussion posts and replies are publicly visible