PULSAR :: Calc
Hints
- API documentation is here
- Use the mouse click or cursor keys to select a cell
- Use the return key to edit a cell
- Don't forget to commit the new value with the return key
- Cell content that beginns with "=" will be pushed through the parser
- The calculation parser currently understands:
- Natural number, Floats (e.g. =1.3)
- Cell names (e.g. =B2)
- Addition, subtraction, multiplication and division (e.g. =B2*B3)
- Power (e.g. =B2^4)
- Constants (e.g. =PI)
- Text style formatting
- Print preview
- User overview
Enjoy! /* dw, 2010-02-09 */