I am using Firebird and I need to load an Excel file into a database table. I need a tool that does this well. I tried some of them found on Google, but all of them have some errors.
Since the Excel data was not created by me, it would be nice if he could scan the file and find out what data is inside, and suggest a table that will be created in the database.
It would also be nice if I could compare the file with the data that is already in the database table, and I can choose which data to load and which not.
The tools that download CSV files are also great, I can "Save As" CSV from Excel before downloading.
source share