Data extraction from .xls file/s

@Matt9301 there is a way to do this with the use of Python pandas and openpyxl

You would have to provide an existing excel file and a sheet name and then sheets with the same structure.

3 Likes