sc Parser

Description

The sctable parser allows you to create spreadsheats inside of Moin by using sc syntax.

Download & Release Notes

Download

Release Version

Moin Version

Release Notes

sctable-1.5.2-5.py

1.0

1.5

ParserMarket/Sctable/ReleaseNotes

Installation

For general installation instructions, see ParserMarket/InstallingParsers. This parser requires sc to be installed, and for more detailed instructions, see /Installation

Usage

To use this parser, simply put #!sctable after the beginning of the code block.

Example

{{{#!sctable
||1||2||=A0+B0||
||10||20||=@sum(A1:B1)||
}}}

For more detailed examples, see /Examples.

This parser is copyrighted by ReimarBauer

License

This parser is released under the terms of the GNU GPL.

Discussion

 list index out of range

    * args = ('list index out of range',)

More detailed

/usr/local/share/moin/foxwiki/data/plugin/parser/sctable.py in format (self=<wikiconfig.plugin.parser.sctable.Parser instance>, formatter=<MoinMoin.formatter.text_html.Formatter instance>)

         569 # - matrix is here: [ "||cell||cell||...||", "||cell||...||", ... ]
         570
Error => 571 if (len(matrix[0]) == 2): # das ist noch nicht die beste Loesung (workaround)
         572 matrix=matrix[1:]
         573

         * builtin len = <built-in function len>
         * matrix = []

MoinMoin: ParserMarket/Sctable (last edited 2008-01-28 17:52:01 by FedericoLorenzi)