简体   繁体   English

使用Perl从Excel电子表格中读取数据时读取错误

[英]Read error while reading data form Excel spreadsheet by using Perl

What is this error? 这个错误是什么? When I am trying to read data from Excel using Perl? 当我尝试使用Perl从Excel读取数据时?

Can't locate Spreadsheet/Read.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl .) at read_data.pl line 4. BEGIN failed--compilation aborted at read_data.pl line 4.

It means Spreadsheet::Read module is not install in your system where you are executing your Perl script. 这意味着Spreadsheet::Read模块不会安装在执行Perl脚本的系统中。 Install that module. 安装该模块。

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

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