Sponsored Content
Special Forums News, Links, Events and Announcements Software Releases - RSS News Abacus Formula Compiler 1.2.0 (Default branch) Post 302255100 by Linux Bot on Wednesday 5th of November 2008 10:10:07 PM
Old 11-05-2008
Abacus Formula Compiler 1.2.0 (Default branch)

The Abacus Formula Compiler (AFC) compilescomputations defined in spreadsheet files directlyto Java byte code. Users can thus customize anapplication using Excel or OpenOffice Calc. AFCcompiles against your own Java interfaces toobtain input values and compute output values (itessentially generates strategy implementations foryou), and supports internal computations witheither double or BigDecimal (for financialapplications).License: GNU General Public License v3Changes:
This release adds support for spreadsheets in theMicrosoft Office Open XML .xlsx (MS Excel 2007)format. It also contains minor improvements andbugfixes.Image

Image

More...
 
Excel::Template::Element::Formula(3pm)			User Contributed Perl Documentation		    Excel::Template::Element::Formula(3pm)

NAME
Excel::Template::Element::Formula - Excel::Template::Element::Formula PURPOSE
To write formulas to the worksheet NODE NAME
FORMULA INHERITANCE
Excel::Template::Element::Cell ATTRIBUTES
All attributes a CELL can have, a FORMULA can have, including the ability to be referenced using the 'ref' attribute. CHILDREN
None EFFECTS
This will consume one column on the current row. DEPENDENCIES
None USAGE
<formula text="=(1 + 2)"/> <formula>=SUM(A1:A5)</formula> <formula text="$Param2"/> <formula>=(A1 + <var name="Param">)</formula> In the above example, four formulas are written out. The first two have the formula hard-coded. The second two have variables. The third and fourth items have another thing that should be noted. If you have a formula where you want a variable in the middle, you have to use the latter form. Variables within parameters are the entire parameter's value. AUTHOR
Rob Kinyon (rob.kinyon@gmail.com) SEE ALSO
CELL perl v5.14.2 2010-06-17 Excel::Template::Element::Formula(3pm)
All times are GMT -4. The time now is 05:09 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy