ANN: Spreadsheet::Read 0.16

Ask a Question related to PERL Modules, Design and Development.

  1. #1

    Default ANN: Spreadsheet::Read 0.16

    The URL

    [url]http://www.xs4all.nl/~hmbrand/Spreadsheet-Read-0.16.tgz[/url]

    has entered CPAN as

    file: $CPAN/authors/id/H/HM/HMBRAND/Spreadsheet-Read-0.16.tgz
    size: 42789 bytes
    md5: 87f9a96182b71d195bc6b1fede03b495

    This is a quickened release for Jim Ford, as he reads his spreadsheets
    with Perl and Spreadsheet::Read, and wanted color support. Enjoy!

    NAME
    Spreadsheet::Read $,1x2(B Read the data from a spreadsheet

    SYNOPSYS
    use Spreadsheet::Read;
    my $ref = ReadData ("test.csv", sep => ";");
    my $ref = ReadData ("test.sxc");
    my $ref = ReadData ("test.ods");
    my $ref = ReadData ("test.xls");

    my $a3 = $ref$,1rp(B>[1]{A3}, "\n"; # content of field A3 of sheet 1

    DESCRIPTION
    Spreadsheet::Read tries to transparantly read *any* spreadsheet and
    return its content in a universal manner independent of the parsing
    module that does the actual spreadsheet scanning.

    0.16 Tue 04 Jul 2006

    - xlscat new option: --in-sep-char to force-define input sep-char for CSV
    - More debug lines
    - Parser name info in $ref->[0]
    - SquirrelCalc now reports Spreadsheet::Read and its version for parser
    info
    - Most of the attributes for Excel now implemented. Tested, but no test
    case

    0.15 Wed 21 Jun 2006

    - Small doc change from AnnoCPAN
    - Sheets with undefined labels might cause havoc
    - Clip now skips empty xls sheets (TODO: sxc)
    - xlscat clips by default
    - xlscat new options -d and --noclip
    - xlscat usage () from -?/--help to STDOUT from fault to STDERR

    0.14 Fri 20 Jan 2006

    - maxrow and maxcol were swapped in csv sheets
    - promoted internal debug flag to option
    - small doc changes


    H.Merijn Brand Guest

  2. Similar Questions and Discussions

    1. ANN: Spreadsheet::Read 0.15
      The URL http://www.xs4all.nl/~hmbrand/Spreadsheet-Read-0.15.tgz has entered CPAN as file:...
    2. Problem with Spreadsheet::Read
      I want to use the Spreadsheet::Read module to process an Excel spreadsheet. I'm also a Perl newbie (and have been so for several years!). ...
    3. Spreadsheet::ParseExcel : read cell-notes
      Is there any way to read the notes/comments attached to a cell using SpreadSheet::ParseExcel or a different module? I searched CPAN and google and...
    4. File system get auto change from read-write to read-oly
      I have a very strange file system with OS Redhat 7.2 The file system is read-write, but some how it randomly changes to read-only at any time....
    5. asp.net and spreadsheet...
      Hello everybody, Does anyone knows where can I find a spreadsheet component which allows server-side script control? (Since ActiveX control...
  3. #2

    Default Re: ANN: Spreadsheet::Read 0.16

    On Tue, 04 Jul 2006 13:01:37 +0200, H.Merijn Brand <h.m.brand@xs4all.nl>
    wrote:
    > The URL
    >
    > [url]http://www.xs4all.nl/~hmbrand/Spreadsheet-Read-0.16.tgz[/url]
    [url]http://www.xs4all.nl/~hmbrand/Spreadsheet-Read-0.17.tgz[/url]

    0.17 Tue 04 Jul 2006

    - xlscat new option: --ansii to (try to) use the ansi colors for fields
    - Fixed a color attribute off-by-one error
    - Added test cases (not yet complete)
    - Added bold and underline

    0.16 has been removed and/or marked for deletion

    If installing from a color-enabled xterm, try

    # xlscat -A -L files/attr.xls

    after installation to see what 0.17 can do :)
    > has entered CPAN as
    >
    > file: $CPAN/authors/id/H/HM/HMBRAND/Spreadsheet-Read-0.16.tgz
    > size: 42789 bytes
    > md5: 87f9a96182b71d195bc6b1fede03b495
    >
    > This is a quickened release for Jim Ford, as he reads his spreadsheets
    > with Perl and Spreadsheet::Read, and wanted color support. Enjoy!
    >
    > NAME
    > Spreadsheet::Read $,1x2(B Read the data from a spreadsheet
    >
    > SYNOPSYS
    > use Spreadsheet::Read;
    > my $ref = ReadData ("test.csv", sep => ";");
    > my $ref = ReadData ("test.sxc");
    > my $ref = ReadData ("test.ods");
    > my $ref = ReadData ("test.xls");
    >
    > my $a3 = $ref$,1rp(B>[1]{A3}, "\n"; # content of field A3 of
    > sheet 1
    >
    > DESCRIPTION
    > Spreadsheet::Read tries to transparantly read *any* spreadsheet and
    > return its content in a universal manner independent of the parsing
    > module that does the actual spreadsheet scanning.
    >
    > 0.16 Tue 04 Jul 2006
    >
    > - xlscat new option: --in-sep-char to force-define input sep-char for
    > CSV
    > - More debug lines
    > - Parser name info in $ref->[0]
    > - SquirrelCalc now reports Spreadsheet::Read and its version for
    > parser
    > info
    > - Most of the attributes for Excel now implemented. Tested, but no
    > test
    > case
    >
    > 0.15 Wed 21 Jun 2006
    >
    > - Small doc change from AnnoCPAN
    > - Sheets with undefined labels might cause havoc
    > - Clip now skips empty xls sheets (TODO: sxc)
    > - xlscat clips by default
    > - xlscat new options -d and --noclip
    > - xlscat usage () from -?/--help to STDOUT from fault to STDERR
    >
    > 0.14 Fri 20 Jan 2006
    >
    > - maxrow and maxcol were swapped in csv sheets
    > - promoted internal debug flag to option
    > - small doc changes
    >
    >

    H.Merijn Brand 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