Ask a Question related to Linux / Unix Administration, Design and Development.
-
Troy Piggins #1
excel viewer like antiexcel
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.
Anyway, when I run './antiexcel example.xls' to test, I get this error :
Usage: mktemp [-d] [-q] [-u] template
I cant create temporary file
I was wondering how to :
1. fix this (I have no idea about perl)
2. get the other module/function/whatever it is, if that fixes it
3. are there any other/better excel viewers for linux console?
TIA
--
T R O Y P I G G I N S
e : [email]troy@piggo.com[/email]
Troy Piggins Guest
-
Is there an EPS viewer?
Is there a way of previewing EPS files like you can do with JPG's Bitmaps etc in photoshop or ACDSEE. Is there another way of working out what you... -
Place Excel into table with ability to link when native Excel file is updated.
Is it possible to place an Excel file into InDesign and create a link so that any changes made later to the Excel file can be updated in InDesign? ... -
ViewState Viewer
I'm wondering if there is any tool available to take a peek at ViewState. The reason I'm asking is that I would like to take a look at what object... -
[PHP] PHP, Excel, jpgraph - can the graph be included in the Excel output?
You need a class that can create xls files with images. Or you can create a Web Archive: http://officeupdate.microsoft.com/office/webarchive.htm ... -
PHP, Excel, jpgraph - can the graph be included in the Excel output?
Good morning! I have several reports that are generated using PHP & MySQL for which I would like to include a graph using the excellent jpgraph... -
Devdas Bhagat #2
Re: excel viewer like antiexcel
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>
If you need to install a Perl module, use the excellent CPAN module for that.> 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
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
Devdas Bhagat Guest
-
Troy Piggins #3
Re: excel viewer like antiexcel
* Devdas Bhagat <devdas@users.sourceforge.net> [aus.computers.linux]:
Thanks Devdas, and sorry about the followup thing - I have just started> 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
using slrn newsreader, and not used to it. Followups under control now.
I hope.
--
T R O Y P I G G I N S
e : [email]troy@piggo.com[/email]
Troy Piggins Guest



Reply With Quote

