-1
I’m making an import of products where I first Gero a model. The template file comes with four spreadsheets:
- Worksheet -> Standard Sheet for Product Data Fill
- Environment -> List of environments registered in the database.
- Categories -> List of categories registered in the database.
- Colors -> List of colors registered in the database.
In worksheet 1 it is possible to select the data of the other worksheets in a combobox:
This print combobox comes from worksheet 2:
What I need:
Using Phpspreadsheet (preferably), I need to read the worksheet (it’s already done), and search for the selected environment ID in the worksheet, the category id in the category worksheet, and the color id in the color worksheet.
Is there any way to get that information?