Magento 2: How to import and export simple_ANSI.xlsx file
I have created the function to import the data through CSV file format, but now I wanted to import the data through simple_ANSI.xlsx file. My Controller: public function execute() { /** @get csv file */ $filename = $_FILES[“prod_massupload”][“tmp_name”]; $items =… Read More »Magento 2: How to import and export simple_ANSI.xlsx file