The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Yukki::Web::Plugin::Spreadsheet - add spreadsheet functionality to wiki pages

VERSION

version 0.132160

SYNOPSIS

  {{=:a:5}
  {{=:b:4}}
  {{=:SUM([a],[b],[main:Other Page!c])}}

DESCRIPTION

Provides a quick format helper to give you spreadsheet variables in your page. This is based upon Spreadsheet::Engine, so all the features and functions there are available here.

In addition, this provides a variable mapping. The variables are mapped using square brackets. You can link between variables on different pages using an exclamation mark ("!") as a separated between page name and variable name.

ATTRIBUTES

format_helpers

This sets up the "=" format helper mapped to the "spreadsheet_eval" method.

METHODS

initialize_context

Used to setup the spreadsheet information for the current context. Do not use.

setup_spreadsheet

Sets up spreadsheet for the current request context. Do not use.

row

Used to lookup the current row letter for a file. Do not use.

cell

Used to lookup the cell for a variable. Do not use.

lookup_name

Used to convert the square bracket names to cell names. Do not use.

spreadsheet_eval

This is used to format the double-curly brace {{=:...}} . Do not use.

load_spreadsheet

Used to load spreadsheet variables from an externally referenced wiki page. Do not use.

AUTHOR

Andrew Sterling Hanenkamp <hanenkamp@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Qubling Software LLC.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.