I have a CSV import module that unfortunately doesnt works on TB.
Its a PS 1.6 module, so it should work as TB is the replacement for 1.6.
I am getting the following error as soon i want to import a file :
PHP Fatal error: Call to undefined method PHPExcel::sheetCodeNameExists() in /var/www/vhosts/plotternederland.nl/damitex.plotternederland.nl/vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet.php on line 2901
Looking at the source file, it gives me this :
// Is there already such sheet name?
if ($this->getParent()->sheetCodeNameExists($pValue)) {
// Use name, but append with lowest possible integer
Question
loetje88
Hi all,
I have a CSV import module that unfortunately doesnt works on TB. Its a PS 1.6 module, so it should work as TB is the replacement for 1.6.
I am getting the following error as soon i want to import a file :
PHP Fatal error: Call to undefined method PHPExcel::sheetCodeNameExists() in /var/www/vhosts/plotternederland.nl/damitex.plotternederland.nl/vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet.php on line 2901
Looking at the source file, it gives me this :
// Is there already such sheet name? if ($this->getParent()->sheetCodeNameExists($pValue)) { // Use name, but append with lowest possible integer
In Ps the module is working fine, so it is only a TB problem.
Does someone knows how to fix this?
Thank you in advance!
0 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now