Spreadsheet/BasicRead version 1.01
==================================

Provides methods for simple reading of a Excel spreadsheet row
at a time returning the row as an array of column values.
Properties can be set so that blank rows are skipped.

There are a number of other properties that can be set.
The aim is to make reading from Excel spreadsheets as 
easy as processing a text file


INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires Spreadsheet::ParseExcel and optionally 
module File::Log can be used to allow simple logging of errors.

Both are available from CPAN


COPYRIGHT AND LICENCE

Copyright (c) 1999- Greg George. All rights reserved. This
program is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.
