The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Spreadsheet::Perl::Arithmetic - Arithmetic functions for Spreadsheet::Perl

SYNOPSIS

  my $sum = $ss->Sum('A5:B8') ;
  $ss{A5} = PerlFormula('$ss->Sum('A5:B8')') ;
  

DESCRIPTION

Part of Spreadsheet::Perl.

AUTHOR

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

DEPENDENCIES

Spreadsheet::ConvertAA.