It’s a bit unclear what you are trying to do.
Do you mean you have excel sheets with products that you need to import? Or are they data sheets that need to be added to each product page?
Hi there ,
I understand you’re looking to import Excel documents into your WooCommerce development site. Here’s a brief guide to help you through the process:
- First, you need to convert your Excel files to a CSV format. You can do this directly in Excel by going to ‘File > Save As’ and choosing ‘CSV (Comma delimited) (*.csv)’ as the file type.
- Once you have your CSV files, you can import them into WooCommerce. Navigate to your WordPress dashboard, then go to ‘WooCommerce > Products’.
- Click on ‘Import’ at the top. You will be directed to the import screen.
- Click on ‘Choose File’ and select the CSV file you want to import.
- Click on ‘Continue’. The Column Mapping screen will appear. Here, you can match the columns in your CSV file to the appropriate fields in WooCommerce.
- After mapping the columns, click on ‘Run the Importer’. Your products should now be imported into WooCommerce.
Please remember to test a small batch of products first to ensure everything is working correctly.
I hope this helps.