Just change the .xls to .xlsx if you have the latest office installed.
Go to System > Index Management and check indexers status.Select the items that are marked as “Reindex required” and go to Actions > Update on schedule Run this command for all indexing php bin/magento index:reindex Check the status of the indexe and identify indexe that still need to be individually reindexed, sometimes general reindex does not work for all indexers php bin/magento indexe:status You will receive a similar result as presented below: Show the list…
A simpler approach would be: Open POSTMAN Click on “import” tab on the upper left side.Select the Raw Text option and paste your cURL command.Hit import and you will have the command in your Postman builder!Click Send to post the command
Neither clean/reset/hard checkout/rebase worked for me. rm /path/to/files/that/git/complained/test git pull origin main