0
353
Importing Price Module from Excel Prestashop 1.6
Web Programming
Develop a new price list import module from Excel for a site based on PrestaShop 1.6.
To import from Excel, a PHPExcel library is used.
To eliminate memory failure, a block reading mechanism from the xls file has been implemented with a subsequent…