07-09-04 04:56 PM
On Thu, 08 Jul 2004 00:43:26 GMT, Troy Piggins <troy@piggo.com> poured
into the usenet group comp.unix.admin:
<crossposts trimmed and followups set>
> Just been looking at antiword for viewing .doc files from within mutt -
> this one seems quite popular, and worked ok for some of the test files I
> tried it on.
> Got to thinking there must be an antiexcel too - googled it and there
> was on sourceforge. Downloaded it - uses perl. Got one of the modules
> it required - Spreadsheet::ParseExcel , but couldn't find the other -
> Spreadsheet::ParseExcel::FmtUnicode and don't know where to get it from.
> I am not sure if FmtUnicode function is included with
> Spreadsheet::ParseExcel module
If you need to install a PERL module, use the excellent CPAN module for that
.
As root:
#perl -MCPAN -eshell
cpan> install Spreadsheet::ParseExcel
Since you are a newbie, perldoc -q 'my own module' and perldoc CPAN will be
your friends.
Oh, and perldoc PERL and then walk through the first few of those documents.
Devdas Bhagat
[ Post a follow-up to this message ]
|