Hi,
I followed the exact step for PHPExcel path accordingly but I am getting an error "The path you entered does not point to a valid location. Please enter the location of the extracted PHPExcel package" .
I placed PHPExcel folder in the Libraries and used the path
sites/all/lib/PHPExcel. I am still getting the same error. I am just wondering if I need to upload just the PHPExcel folder or I need to upload Classes folder. Inside Classes folder we have PHPExcel folder and PHPExcel.php file.
Thanks In Advance.
Comments
Comment #1
infojunkieThe path should be absolute, not relative. You should not include the Classes folder in the path.
Comment #2
afif227 commentedI am not able to figure it out. I am using absolute path for the PHPExcel folder still getting the same error
Comment #3
infojunkieRe-reading your original question, I am not sure I answered correctly. You should extract the PHPExcel zip file to a new folder called PHPExcel and give the module settings the full path to this new folder. To make sure we understand each other, this new folder should contain folder Classes within it.
Comment #4
afif227 commentedwhen I unzip the folder 1.7.6.2 I have classes folder inside classes folder I have PHPExcel folder and PHPExcel.php file.To make myself clear should I copy the classes folder or just the PHPExcel folder and PHPExcel.php file.
Comment #5
infojunkieYou should copy everything into the new folder.
Comment #6
afif227 commentedThanks mate.....It is working now...well much appreciated for your comments in solving my issue.
Thanks once again
Comment #7
infojunkieComment #9
spineless commentedI am not really sure where to put PHPExcel.
When I used PEAR to install the software it installed PHPExcel in the usr/share/php folder. This seems like a good place but Drupal cannot find it.
In the status report I have an error for PHPExcell libary -> " PHPExcel is NOT found at . "
I do not know where the . directory is..... I know ". " means the current directory but i do not know which directory this is.
1. Where should I put PHPExcel?
2. How do I point Drupal to PHPExcel?.... As mentioned in # 3 the module should be pointed to PHPExcel.
Thanks,
Spineless
Comment #10
infojunkieD7 port is not functional at the moment.
Comment #11
infojunkieComment #12
spineless commentedDo you have a target date as to when it might be functional. I need to update my log report.
I assume that the location of PHPExcel is in the right location but Sheetnode cannot recognize it yet. Is this correct?
Thanks,
Spineless
Comment #13
vulfox commentedI have my PHPExcel in
sites/all/librariesand the relative URL works for me so in settings I have
sites/all/libraries/PHPExcel...without the / in the beginning
Comment #14
cmfeliz commentedHello the truth is, I can not understand well the process to follow to make the libraries are seen by drupal.
1.-I downloaded the Library of the official website.
2. 1.7.6 I rename the directory and I named PHPExcel
3 .- I've put the entire directory in the path: / sites / all / libraries / PHPExcel,
Now, how do you I inform drupal, the path of the library?
Which files should I modify? In addition to that, which specifics functions should I do the changes?
Thank you for any support to resolve this!
Comment #15
vulfox commentedgo to yoursite.com/admin/by-module
look for: "Sheetnode PHPExcel"
( you have to have the phpexcel enabled from modules page )
Comment #16
infojunkiePlease try the new 7.x-1.0-alpha1. It's completely new code - I wasn't working on previous D7 code. Make sure to read the release notes.
Note that Sheetnode PHPExcel hasn't been ported yet. Please subscribe to #1500222: Port sheetnode_phpexcel.module to follow the progress on its migration.