Spreadsheet/Perl version 0.04
=============================

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:

	CHANGED: rewrote Address.pm
	CHANGED: replaced SetCellNAme and SetRangeName by SetNames
	CHANGED: Renamed Formula to PerlFormula

	ADDED: finished the first draft of the documentation
	ADDED: almost all functions ready to take a canonized name with spreadsheet
	ADDED: '*' adressing but wait till I understand the semantic better to turn it on
	ADDED: NoCache available for whole spreadsheet
	ADDED: Ref (scalar mapping)
	ADDED: spreadsheet REF, takes multiple cells use a single sub
	ADDED: finished he first version of the documentation
	ADDED: HTML output
	ADDED: perl warning are displayed with spreadsheet context when in formula is run

	FIXED: AUTOCALC
	FIXED: error in formula address handling
	FIXED: Missed a pop in the dependency stack
	FIXED: CanonizeAddress does a real canonization


TODO

There is still lots to do (the basics are there) but I have

Please help 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 is used if found (I recommend installing it to get nice dumps).

Devel::Size

Data::Table for html output (interim solution)

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>.


