|
NAMEExcel::Template::Element::Cell - Excel::Template::Element::CellPURPOSETo actually write stuff to the worksheetNODE NAMECELLINHERITANCEELEMENTATTRIBUTES
other write_* methods as defined defined Spreadsheet::WriteExcel would be integrated by request CHILDRENFORMULAEFFECTSThis will consume one column in the current row.DEPENDENCIESNoneUSAGE<cell text="Some Text Here"/> <cell>Some other text here</cell> <cell text="$Param2"/> <cell>Some <var name="Param"> text here</cell> In the above example, four cells are written out. The first two have text hard-coded. The second two have variables. The third and fourth items have another thing that should be noted. If you have text where you want a variable in the middle, you have to use the latter form. Variables within parameters are the entire parameter's value. Please see Spreadsheet::WriteExcel for what constitutes a legal formula. AUTHORRob Kinyon (rob.kinyon@gmail.com)SEE ALSOROW, VAR, FORMULA
Visit the GSP FreeBSD Man Page Interface. |