wiki-archive/twiki/data/TWiki/TWikiTip025.txt,v

55 lines
845 B
Plaintext

head 1.1;
access;
symbols;
locks; strict;
comment @# @;
1.1
date 2006.02.01.12.01.24; author TWikiContributor; state Exp;
branches;
next ;
desc
@new-topic
@
1.1
log
@buildrelease
@
text
@%META:TOPICINFO{author="TWikiContributor" date="1107572937" format="1.0" version="1"}%
%META:TOPICPARENT{name="TWikiTipsOfTheDay"}%
---+ !SpreadSheetPlugin for dynamic content
Over 60 formulae are available through the SpreadSheetPlugin.
For Example:
* =$AVERAGE()=
* =$IF()=
* =$REPLACE()=
* =$TIME()=
A formula can be placed anywhere in a topic. not just in a TWiki table.
Example:
To space out WikiWords, write:
=%<nop>CALC{"$PROPERSPACE(<nop>TWikiGuest)"}%=
to get:
=%CALC{"$PROPERSPACE(TWikiGuest)"}%=
[[SpreadSheetPlugin][More Information...]]
[[TWikiTipsOfTheDay][See More Tips...]]
-- TWiki:Main.PaulineCheung - 01 Feb 2005
@