Before you answer. Please remember its xls and not csv. Plus data is multiple sheets and multiple columns.
I have 50 Excel files in one folder. Data is in different columns.
- Info1 - Label a1 data b1 sheet1
- Info2 - Label a2 data b2 sheet1
- Info3 - label a1 data b1 sheet2
- Info4 - Label a2 data b2 sheet 2
I need to import from all the files into one spreadsheet putting data underneath each other in rows for import.csv into MySQL.
So it must be all record form each file in a new row with the label as header.
500 excel files in one folder. Each having 2 sheets with data not in rows as normal csv but colums where a is the label and b the data. So phpmyadmin wont work as it first needs to change the data from column to row. Making colum a data to cros to row 1 as header and volum b as data in row 2. Then the second excel spreadsheet to row 2 etc etc. Plus the two sheets need to be combined.