Closed (fixed)
Project:
Sheetnode
Version:
7.x-1.0-beta4
Component:
PHPExcel integration
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Nov 2012 at 06:59 UTC
Updated:
15 Feb 2013 at 11:41 UTC
Jump to comment: Most recent
Comments
Comment #1
10thstreetlabel commentedGetting same error, did you figure it out?
PHPExcel is in sites/all/libraries/PHPExcel
I have tried the following with every variation but can't get the error to stop
/home/mysite/public_html/sites/all/libraries/PHPExcel/
mysite is some shorten version of the actual site which I don't know if it right. mysite appears to be right when the error message come back is has mysite in it.
I had the beta version and just installed the dev version but same problem
Comment #2
ula888 commentedhello)) no...
Comment #3
10thstreetlabel commentedDid you figure out the path to your editor?
I was able to set the path to sites/all/modules/ckeditor/ckeditor/ckeditor
so it was able to find ckeditor.js
I tried this with PHPexcel but couldn't get it to work.
Line 267 is pointing to the PDF not the PHPExcell and when I don't any path put in the PDF path these is no error message that come up.
Comment #4
10thstreetlabel commentedI changed the above to a bug report because I am able to set the ckeditor and the PHPExcel also I am not getting an error message for the TCPDF setting.
Comment #5
ula888 commentedhell0 )) ckeditor is okey ...with path that you wrote, but phpexcel no...and it doesn matter put path to phpexcel only or both (tcpdf)...this mistake still show.
thank you!
Comment #6
infojunkieWhat is the version of PHPExcel you are using?
Comment #7
rdahiya commentedI'm having problems integrating phpexcel 1.7.8 with sheetnode 7.x-1.0-beta4. I have also downloaded tcpdf Version: 5.9.197. From the admin/config/content/sheetnode/phpexcel page, I enter the full path /var/www/knocking_dev/sites/all/libraries/phpexcel and /var/www/knocking_dev/sites/all/libraries/tcpdf to the corresponding libraries and the status report page states "PHPExcel is NOT found at ."
Work around: ran php code
variable_set('sheetnode_phpexcel_library_path', '') and
variable_set('sheetnode_phpexcel_pdf_renderer_path', '').
Comment #8
infojunkieFixed in the latest dev. Please try it and let me know.
Comment #9
10thstreetlabel commentedGreat Job It worked for me!
Thanks!
Comment #11
lovelykaushik86 commentedThnku so much for solution infojunkie
Comment #12
Screenack commentedThanks to #7, I was able to update the phpexcel library path using
drush vset sheetnode_phpexcel_library_path sites/all/libraries/PHPExcelThe UI returned a fatal error. We are not using CKEditor on this site. We can not use dev code in our environment, fwiw.