简体   繁体   English

如何为Active Perl安装Spreadsheet :: WriteExcel模块?

[英]how to install Spreadsheet::WriteExcel module for Active perl?

hi i have been using strawberry perl and am facing the same problem i am unable to install Spreadsheet::WriteExcel module with my strawberry perl can any one suggest some solution 嗨,我一直在使用Strawberry Perl,并且遇到相同的问题,我无法在我的Strawberry Perl上安装Spreadsheet :: WriteExcel模块,任何人都可以提出一些解决方案

i have tried active perl with some suggestions given in Stackoverflow even though its showing as downloading failed 我已经尝试了活动perl,并在Stackoverflow中给出了一些建议,即使它显示为下载失败

i have used 我用过

      C:\> ppm install Spreadsheet::WriteExcel

for active perl it says cant find any packages that support Spreadsheet::WriteExcel. 对于活动的perl,它说找不到支持Spreadsheet :: WriteExcel的任何软件包。

i have tried based on instructions given in following link even though am unable to do it http://cpansearch.perl.org/src/JMCNAMARA/Spreadsheet-WriteExcel- 2.37/docs/WriteExcel_Install.html what can i do ? 即使无法执行以下操作,我仍根据以下链接中的说明进行了尝试:http ://cpansearch.perl.org/src/JMCNAMARA/Spreadsheet-WriteExcel-2.37/docs/WriteExcel_Install.html我该怎么办?

Try ppm install Spreadsheet-WriteExcel - the 2 colons are probably the source of the issue. 尝试ppm install Spreadsheet-WriteExcel -2个冒号可能是问题的根源。

HTH! HTH!
TheJester1977 TheJester1977

in the cmd console type 在cmd控制台中

perl -MCPAN -e "install Spreadsheet::WriteExcel"

Hint Alt, E , P in English Win pastes the text to the console from the clipboard ... 用Win提示Alt,E,P将文本从剪贴板粘贴到控制台...

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM