Page 1 of 1
Search found 3 matches
Re: [RELEASED] Multilingual Export/Import for OpenCart 2.x
I have solved It´s possible to use formulas in the spreadsheet We must to edit \admin\model\tool\export_import.php And add ->getCalculatedValue() after the getCell call For example: $val = ($worksheet->cellExistsByColumnAndRow($col,$row)) ? $worksheet->getCellByColumnAndRow($col,$row)->getCalculated...
Jump to post- Wed Jul 29, 2015 4:58 pm
- Replies 1040
- Views 268169
Re: [RELEASED] Multilingual Export/Import for OpenCart 2.x
Thank you for your quick response I think that it could be a very good upgrade to support formulas to increase the automatization. What is impeding this feature ? I have found on google that the php-excel function can read the value of the calculated formula because excel internally stores already c...
Jump to post- Wed Jul 29, 2015 2:10 am
- Replies 1040
- Views 268169
Re: [RELEASED] Multilingual Export/Import for OpenCart 2.x
Is not posible to import with formulas? for example if the metatag is not a text, is a formula that takes the text from other spreadsheet, The import is ok, but if i go to the product to see the imported metatag, what I see is the formula, not the text There are a way to import the text or number an...
Jump to post- Tue Jul 28, 2015 8:57 pm
- Replies 1040
- Views 268169
Search found 3 matches