CPAN
Home  Documentation  Recent  Preferences  Modules  Distributions    Authors   
Find    in      

Distributions     > >     S     > >     Spreadsheet     > >     Spreadsheet-Engine
Distribution Spreadsheet-Engine [Download]
Author TMTM [ Tony Bowden ]
Version 0.14
Abstract Core calculation engine for a spreadsheet
Released 22 Jan 2008
Size 96.6 KB
MD5 Checksum 682e81b2d615205e77dc15d543ff03d7
Additional Files README   |   META   |   Changes   |   Makefile.PL   |  
Links search.cpan.org   |   CPAN::Forum  |   AnnoCPAN  |   rt.cpan.org  |   Rating  | CPANTS  | CPAN testers | Dependencies | Testers matrix

Modules

Spreadsheet::Engine  [source]   [v 0.14] Core calculation engine for a spreadsheet
Spreadsheet::Engine::Error  [source] Standard errors
Spreadsheet::Engine::Fn::Approximator  [source] Solve using Newton's method
Spreadsheet::Engine::Fn::base  [source] base class for spreadsheet functions
Spreadsheet::Engine::Fn::counter  [source] base class for counting functions
Spreadsheet::Engine::Fn::depreciation  [source] base class for depreciation functions
Spreadsheet::Engine::Fn::hms  [source] base class for HMS functions
Spreadsheet::Engine::Fn::investment  [source] base class for investment functions
Spreadsheet::Engine::Fn::logical  [source] base class for logical functions
Spreadsheet::Engine::Fn::math  [source] base class for math functions
Spreadsheet::Engine::Fn::math2  [source] base class for 2arg math functions
Spreadsheet::Engine::Fn::Operand  [source] An operand passed to a function
Spreadsheet::Engine::Fn::series  [source] base class for series functions
Spreadsheet::Engine::Fn::text  [source] base class for text functions
Spreadsheet::Engine::Fn::ymd  [source] base class for DMY functions
Spreadsheet::Engine::Function::ABS  [source] Spreadsheet funtion ABS()
Spreadsheet::Engine::Function::ACOS  [source] Spreadsheet funtion ACOS()
Spreadsheet::Engine::Function::AND  [source] Spreadsheet funtion AND()
Spreadsheet::Engine::Function::ASIN  [source] Spreadsheet funtion ASIN()
Spreadsheet::Engine::Function::ATAN  [source] Spreadsheet funtion ATAN()
Spreadsheet::Engine::Function::ATAN2  [source] Spreadsheet funtion ATAN2()
Spreadsheet::Engine::Function::AVERAGE  [source] Spreadsheet funtion AVERAGE()
Spreadsheet::Engine::Function::CHOOSE  [source] Spreadsheet funtion CHOOSE()
Spreadsheet::Engine::Function::COS  [source] Spreadsheet funtion COS()
Spreadsheet::Engine::Function::COUNT  [source] Spreadsheet funtion COUNT()
Spreadsheet::Engine::Function::COUNTA  [source] Spreadsheet funtion COUNTA()
Spreadsheet::Engine::Function::COUNTBLANK  [source] Spreadsheet funtion COUNTBLANK()
Spreadsheet::Engine::Function::DATE  [source] Spreadsheet funtion DATE()
Spreadsheet::Engine::Function::DAY  [source] Spreadsheet funtion DAY()
Spreadsheet::Engine::Function::DDB  [source] Spreadsheet funtion DDB()
Spreadsheet::Engine::Function::DEGREES  [source] Spreadsheet funtion DEGREES()
Spreadsheet::Engine::Function::ERRCELL  [source] Spreadsheet funtion ERRCELL()
Spreadsheet::Engine::Function::EVEN  [source] Spreadsheet funtion EVEN()
Spreadsheet::Engine::Function::EXACT  [source] Spreadsheet funtion EXACT()
Spreadsheet::Engine::Function::EXP  [source] Spreadsheet funtion EXP()
Spreadsheet::Engine::Function::FACT  [source] Spreadsheet funtion FACT()
Spreadsheet::Engine::Function::FALSE  [source] Spreadsheet funtion FALSE()
Spreadsheet::Engine::Function::FIND  [source] Spreadsheet funtion FIND()
Spreadsheet::Engine::Function::FV  [source] Spreadsheet funtion FV()
Spreadsheet::Engine::Function::HLOOKUP  [source] Spreadsheet funtion HLOOKUP()
Spreadsheet::Engine::Function::HOUR  [source] Spreadsheet funtion HOUR()
Spreadsheet::Engine::Function::IF  [source] Spreadsheet funtion IF()
Spreadsheet::Engine::Function::INT  [source] Spreadsheet funtion INT()
Spreadsheet::Engine::Function::IRR  [source] Spreadsheet funtion IRR()
Spreadsheet::Engine::Function::ISBLANK  [source] Spreadsheet funtion ISBLANK()
Spreadsheet::Engine::Function::ISERR  [source] Spreadsheet funtion ISERR()
Spreadsheet::Engine::Function::ISERROR  [source] Spreadsheet funtion ISERROR()
Spreadsheet::Engine::Function::ISLOGICAL  [source] Spreadsheet funtion ISLOGICAL()
Spreadsheet::Engine::Function::ISNA  [source] Spreadsheet funtion ISNA()
Spreadsheet::Engine::Function::ISNONTEXT  [source] Spreadsheet funtion ISNONTEXT()
Spreadsheet::Engine::Function::ISNUMBER  [source] Spreadsheet funtion ISNUMBER()
Spreadsheet::Engine::Function::ISTEXT  [source] Spreadsheet funtion ISTEXT()
Spreadsheet::Engine::Function::LEFT  [source] Spreadsheet funtion LEFT()
Spreadsheet::Engine::Function::LEN  [source] Spreadsheet funtion LEN()
Spreadsheet::Engine::Function::LN  [source] Spreadsheet funtion LN()
Spreadsheet::Engine::Function::LOG  [source] Spreadsheet funtion LOG()
Spreadsheet::Engine::Function::LOG10  [source] Spreadsheet funtion LOG10()
Spreadsheet::Engine::Function::LOWER  [source] Spreadsheet funtion LOWER()
Spreadsheet::Engine::Function::MATCH  [source] Spreadsheet funtion MATCH()
Spreadsheet::Engine::Function::MAX  [source] Spreadsheet funtion MAX()
Spreadsheet::Engine::Function::MID  [source] Spreadsheet funtion MID()
Spreadsheet::Engine::Function::MIN  [source] Spreadsheet funtion MIN()
Spreadsheet::Engine::Function::MINUTE  [source] Spreadsheet funtion MINUTE()
Spreadsheet::Engine::Function::MOD  [source] Spreadsheet funtion MOD()
Spreadsheet::Engine::Function::MONTH  [source] Spreadsheet funtion MONTH()
Spreadsheet::Engine::Function::N  [source] Spreadsheet funtion N()
Spreadsheet::Engine::Function::NA  [source] Spreadsheet funtion NA()
Spreadsheet::Engine::Function::NOT  [source] Spreadsheet funtion NOT()
Spreadsheet::Engine::Function::NOW  [source] Spreadsheet funtion NOW()
Spreadsheet::Engine::Function::NPER  [source] Spreadsheet funtion NPER()
Spreadsheet::Engine::Function::NPV  [source] Spreadsheet funtion NPV()
Spreadsheet::Engine::Function::ODD  [source] Spreadsheet funtion ODD()
Spreadsheet::Engine::Function::OR  [source] Spreadsheet funtion OR()
Spreadsheet::Engine::Function::PI  [source] Spreadsheet funtion PI()
Spreadsheet::Engine::Function::PMT  [source] Spreadsheet funtion PMT()
Spreadsheet::Engine::Function::POWER  [source] Spreadsheet funtion POWER()
Spreadsheet::Engine::Function::PRODUCT  [source] Spreadsheet funtion PRODUCT()
Spreadsheet::Engine::Function::PROPER  [source] Spreadsheet funtion PROPER()
Spreadsheet::Engine::Function::PV  [source] Spreadsheet funtion PV()
Spreadsheet::Engine::Function::RADIANS  [source] Spreadsheet funtion RADIANS()
Spreadsheet::Engine::Function::RATE  [source] Spreadsheet funtion RATE()
Spreadsheet::Engine::Function::REPLACE  [source] Spreadsheet funtion REPLACE()
Spreadsheet::Engine::Function::REPT  [source] Spreadsheet funtion REPT()
Spreadsheet::Engine::Function::RIGHT  [source] Spreadsheet funtion RIGHT()
Spreadsheet::Engine::Function::ROUND  [source] Spreadsheet funtion ROUND()
Spreadsheet::Engine::Function::SECOND  [source] Spreadsheet funtion SECOND()
Spreadsheet::Engine::Function::SIN  [source] Spreadsheet funtion SIN()
Spreadsheet::Engine::Function::SLN  [source] Spreadsheet funtion SLN()
Spreadsheet::Engine::Function::SQRT  [source] Spreadsheet funtion SQRT()
Spreadsheet::Engine::Function::STDEV  [source] Spreadsheet funtion STDEV()
Spreadsheet::Engine::Function::STDEVP  [source] Spreadsheet funtion STDEVP()
Spreadsheet::Engine::Function::SUBSTITUTE  [source] Spreadsheet funtion SUBSTITUTE()
Spreadsheet::Engine::Function::SUM  [source] Spreadsheet funtion SUM()
Spreadsheet::Engine::Function::SYD  [source] Spreadsheet funtion SYD()
Spreadsheet::Engine::Function::T  [source] Spreadsheet funtion T()
Spreadsheet::Engine::Function::TAN  [source] Spreadsheet funtion TAN()
Spreadsheet::Engine::Function::TIME  [source] Spreadsheet funtion TIME()
Spreadsheet::Engine::Function::TODAY  [source] Spreadsheet funtion TODAY()
Spreadsheet::Engine::Function::TRIM  [source] Spreadsheet funtion TRIM()
Spreadsheet::Engine::Function::TRUE  [source] Spreadsheet funtion TRUE()
Spreadsheet::Engine::Function::TRUNC  [source] Spreadsheet funtion TRUNC()
Spreadsheet::Engine::Function::UPPER  [source] Spreadsheet funtion UPPER()
Spreadsheet::Engine::Function::VALUE  [source] Spreadsheet funtion VALUE()
Spreadsheet::Engine::Function::VAR  [source] Spreadsheet funtion VAR()
Spreadsheet::Engine::Function::VARP  [source] Spreadsheet funtion VARP()
Spreadsheet::Engine::Function::VLOOKUP  [source] Spreadsheet funtion VLOOKUP()
Spreadsheet::Engine::Function::WEEKDAY  [source] Spreadsheet funtion WEEKDAY()
Spreadsheet::Engine::Function::YEAR  [source] Spreadsheet funtion YEAR()
Spreadsheet::Engine::Functions  [source] Spreadsheet functions (SUM, MAX, etc)
Spreadsheet::Engine::Sheet  [source] Spreadsheet basics
Spreadsheet::Engine::Storage::SocialCalc  [source] load SocialCalc files
Spreadsheet::Engine::Value  [source] A value/type combination

Categories

Data Type Utilities    >>     Spreadsheet
Database Interfaces    >>     Spreadsheet
String Lang Text Proc    >>     Spreadsheet

Win32 PPM packages for "Spreadsheet-Engine"

ActiveState default Perl 5.10 repository   [  v 0.14   ]
ActiveState default Perl 5.12 repository   [  v 0.14   ]
ActiveState default Perl 5.8 repository   [  v 0.14   ]
trouchelle.com Perl 5.10 repository   [  v 0.12   ]
trouchelle.com Perl 5.12 repository   [  v 0.14   ]
trouchelle.com Perl 5.8 repository   [  v 0.14   ]

Problems, suggestions, or comments to Randy Kobes. Questions? Check the FAQ.
Enable installations using PAR::WebStart.