Spreadsheet/Perl version 0.05
=============================

Spreadsheet::Perl is a pure Perl implementation of a spreadsheet engine.

Please look at the man page for more information or the online documentation @ http://search.cpan.org/~nkh

In this release:

	ADDED: some interesting link in the documentation
	ADDED: Table dump thanks to Hkon Nessjen
	ADDED: page width support
	ADDED: {DEBUG}{INLINE_INFORMATION}
	CHANGED: Fetch and Store subs must have a name
	CHANGED: Ref must have a name
	ADDED: possibility to name headers
	ADDED: StoreOnFetch
	ADDED: row header displayed for each page
	Change: different page count footer

TODO

There is still lots to do but the basics are there.

Please Contribute to this project.

BUGS

Plenty, I just don't know where they are.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

Spreadsheet::ConvertAA.

Data::TreeDumper

Devel::Size

Data::Table for html output (interim solution)

Text::ASCIITable

COPYRIGHT AND LICENCE

Khemir Nadim ibn Hamouda. <nadim@khemir.net>

  Copyright (c) 2004 Nadim Ibn Hamouda el Khemir. All rights
  reserved.  This program is free software; you can redis-
  tribute it and/or modify it under the same terms as Perl
  itself.

If you find any value in this module, mail me!  All hints, tips, flames and wishes
are welcome at <nadim@khemir.net>.


