Hi @gyambqt,
Loading excel files (of any type), with varying column position / order, as many extra columns as you like, from any range, on any worksheet, with any filename is perfectly possible using Data Controller for SAS
This is a third party tool (which my team maintain) which is also free for 5 users.
The user simply chooses the target table and drags the excel file into the browser. Based on the target table metadata, we can extract the relevant columns, perform any data quality rules, and upload both the data and the original excel file to SAS - using SCD2 if needed. Bitemporal, Retained Keys, composite keys etc are all supported. You can even configure a job to run after an upload. There is a video explaining the process here: https://youtu.be/Dhy1pAbCaEw?t=592
No need for any special ACCESS engines, we use an OEM version of SheetJS to parse the excel.
Further documentation here.
... View more