excel viewer like antiexcel

Ask a Question related to Linux / Unix Administration, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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? ...
    3. 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...
    4. [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 ...
    5. 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...
  3. #2

    Default 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>
    > 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
    Devdas Bhagat Guest

  4. #3

    Default Re: excel viewer like antiexcel

    * Devdas Bhagat <devdas@users.sourceforge.net> [aus.computers.linux]:
    > 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
    Thanks Devdas, and sorry about the followup thing - I have just started
    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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139