LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Can't find any package that provides Spreadsheet::WriteExcel (https://www.linuxquestions.org/questions/programming-9/can%27t-find-any-package-that-provides-spreadsheet-writeexcel-4175427816/)

casualzone 09-18-2012 08:06 AM

Can't find any package that provides Spreadsheet::WriteExcel
 
i have downloaded activePerl and install the writeExcel module. But got problem below;

C:\Perl\bin>ppm install Spreadsheet::WriteExcel
Downloading ActiveState Package Repository packlist...done
Updating ActiveState Package Repository database...done
ppm install failed: Can't find any package that provides Spreadsheet::WriteExcel

how could i resolve this?

Lone_Wolf 09-18-2012 08:47 AM

Maybe this page will be of some help ?
http://cpansearch.perl.org/src/JMCNA...l_Install.html

pixellany 09-18-2012 08:48 AM

What Linux distro (version) are you using?

I'm not familiar with the package you mentioned, but I'm wondering why not use [0pen|Libre]Office?

casualzone 09-19-2012 12:19 AM

i am using Window Vista.

casualzone 10-02-2012 10:33 PM

hi

i still have this problem:

c:\perl\ppm install Spreadsheet::WriteExcel

Downloading ActiveState Package Repository packlist...done
Updating ActiveState Package Repository database...done
ppm install failed: Can't find any package that provides Spreadsheet::WriteExcel

Lone_Wolf 10-03-2012 02:47 AM

Casualzone , did you bother to check the link i posted ?

It lists 4 different methods to install Spreadsheet::WriteExcel, including 2 for active perl .

casualzone 10-05-2012 05:38 AM

whenever i type ppm, it will pop up a GUI. how could i use command base for Method 3 & 4

Lone_Wolf 10-05-2012 05:49 AM

If you run ppm without any parameters on the command line, it should give you a command prompt of it's own , not a gui .

Code:

C:\> ppm
should give you something like this on screen :

PPM>

Then you can use the commands listed in method 3 .

If ppm without paramaters gives you a gui instead of the interactive commandline prompt, you may have to start it with a special parameter to get the prompt.
Check the documentation for ppm on your system, it should have details about how to start ppm with the command prompt.


All times are GMT -5. The time now is 09:33 PM.