Query: excel::template::element::formula
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Excel::Template::Element::Formula(3pm) User Contributed Perl Documentation Excel::Template::Element::Formula(3pm)NAMEExcel::Template::Element::Formula - Excel::Template::Element::FormulaPURPOSETo write formulas to the worksheetNODE NAMEFORMULAINHERITANCEExcel::Template::Element::CellATTRIBUTESAll attributes a CELL can have, a FORMULA can have, including the ability to be referenced using the 'ref' attribute.CHILDRENNoneEFFECTSThis will consume one column on the current row.DEPENDENCIESNoneUSAGE<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.AUTHORRob Kinyon (rob.kinyon@gmail.com)SEE ALSOCELL perl v5.14.2 2010-06-17 Excel::Template::Element::Formula(3pm)
Similar Topics in the Unix Linux Community |
---|
Variables in paths dont get displayed |
vi substitution help |
Excel table like output with printf |
Script solution - running Excel macro in SLES |
Exanding an array into another file. |