Zybercik00 / DataSyncExcel

The Excel File Handling Application is a tool designed for efficient data management from Excel files. It provides capabilities to read, save data to a database, and search for specific information within the Excel files.
0 stars 0 forks source link

Identify import schema based on provided columns #13

Open acebanenco opened 1 year ago

acebanenco commented 1 year ago

User should be able to import excel file without explicitly specifying schema (collection of attribute mappings) in case if schema columns match header in Excel table. This issue dependes on #12